ITextSpan.TextView プロパティ

ITextSpan に関連付けられている TextView コントロールを取得します。

名前空間:  Microsoft.SqlServer.Management.QueryExecution
アセンブリ:  SqlWorkbench.Interfaces (SqlWorkbench.Interfaces.dll)

構文

'宣言
ReadOnly Property TextView As Object 
    Get
'使用
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

プロパティ値

型: System.Object
インターフェイスに関連付けられている TextView コントロールを返します。

関連項目

参照

ITextSpan インターフェイス

Microsoft.SqlServer.Management.QueryExecution 名前空間