ActivityDesigner.Text 속성

정의

디자이너와 연결할 텍스트를 가져오거나 설정합니다.

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

속성 값

String

디자이너에 연결할 텍스트입니다.

설명

텍스트 문자열과 디자이너를 연결하는 데 사용합니다.

적용 대상