RegionText Property
This read-only property returns the text in the region
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public string Text { get; }VB
Public ReadOnly Property Text As String
GetC++
public:
property String^ Text {
String^ get ();
}F#
member Text : string with get