Share via


ITextSpan.Text Property

Gets the text associated with the ITextSpan interface.

Namespace:  Microsoft.SqlServer.Management.QueryExecution
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Text As String
    Get
'Usage
Dim instance As ITextSpan
Dim value As String

value = instance.Text
string Text { get; }
property String^ Text {
    String^ get ();
}
abstract Text : string
function get Text () : String

Property Value

Type: System.String
Returns a string that represents the text associated with the interface.