SequentialWorkflowRootDesigner.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與設計工具相關聯的描述。
public:
virtual property System::String ^ Text { System::String ^ get(); };
public override string Text { get; }
member this.Text : string
Public Overrides ReadOnly Property Text As String
屬性值
字串,包含與設計工具相關聯的描述。
備註
除非在繼承類別中覆寫,否則 Text 會傳回 String.Empty。