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

屬性值

與設計師連結的文本。

備註

用來將文字字串與設計器關聯。

適用於