Share via


IMenuCommandTextChanges.Text 속성

Gets or sets the text.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Property Text As String 
    Get 
    Set
‘사용 방법
Dim instance As IMenuCommandTextChanges 
Dim value As String 

value = instance.Text

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

속성 값

유형: System.String
A string value that contains the text.

참고 항목

참조

IMenuCommandTextChanges 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스