Share via


ITextSpan.TextView Property

Gets the TextView control that is associated with ITextSpan.

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

Syntax

'Declaration
ReadOnly Property TextView As Object
    Get
'Usage
Dim instance As ITextSpan
Dim value As Object

value = instance.TextView
Object TextView { get; }
property Object^ TextView {
    Object^ get ();
}
abstract TextView : Object
function get TextView () : Object

Property Value

Type: System.Object
Returns the TextView control associated with the interface.