ActivityDescription.Xaml プロパティ

 

このアクティビティの Xaml 定義を取得します。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

構文

public XElement Xaml {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property XElement^ Xaml {
    [CompilerGeneratedAttribute]
    XElement^ get();
    [CompilerGeneratedAttribute]
    private: void set(XElement^ value);
}
member Xaml : XElement with get, private set
Public Property Xaml As XElement
    Get
    Private Set
End Property

プロパティ値

Type: System.Xml.Linq.XElement

このアクティビティの Xaml 定義を表す Xelement。

解説

アクティビティの Xaml 定義を設定する SetXaml。

参照

ActivityDescription クラス
Microsoft.Workflow.Client 名前空間

トップに戻る