WorkflowDesigner.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工作流程的 XAML 字串表示。
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
屬性值
工作流程的 XAML 字串表示。
備註
取得此值前,請先呼叫 Flush,以將目前的工作流程轉換為文字。 設定此值後,請呼叫 Load,以將 XAML 載入工作流程。