Share via


WorkflowDesigner.Text 屬性

定義

取得或設定工作流程的 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 載入工作流程。

適用於