Share via


DesignerDataBoundLiteralControl.Text 속성

정의

DataBoundLiteralControl 컨트롤의 텍스트 내용을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

속성 값

String

String < % # ...% > 데이터 바인딩 식의 텍스트를 나타내는입니다.

설명

Text속성은 디자이너에서 <%# ... %> 데이터 바인딩 식에 표시 되는 텍스트를 지정 하거나 결정 하는 데 사용 됩니다.

적용 대상

추가 정보