WorkflowDesigner.Text Propriedade

Definição

Obtém ou define a representação da cadeia de caracteres XAML do fluxo de trabalho.Gets or sets the XAML string representation of the workflow.

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

Valor da propriedade

String

A representação de cadeia de caracteres XAML do fluxo de trabalho.The XAML string representation of the workflow.

Comentários

Antes de obter esse valor, chame Flush para converter o fluxo de trabalho atual em texto.Before getting this value, call Flush to convert the current workflow to text. Depois de definir esse valor, chame Load para carregar o XAML no fluxo de trabalho.After setting this value, call Load to load the XAML into the workflow.

Aplica-se a