SwitcherViewAdapter.Text 속성

정의

이 컨트롤과 관련된 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

속성 값

컨트롤과 연결된 문자열입니다.

구현

Microsoft.SqlServer.Management.Controls.IView.Text

적용 대상