TemplateBuilder.Text 속성

정의

템플릿의 여는 태그와 닫는 태그 사이의 텍스트를 가져오거나 설정합니다.

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

속성 값

String

템플릿의 여는 태그와 닫는 태그 사이에 표시되는 텍스트입니다.

설명

Text속성은 디자이너에서 템플릿의 여는 태그와 닫는 태그 사이에 나타나는 텍스트를 지정하거나 결정하는 데 사용됩니다.

적용 대상

추가 정보