WorkflowInstanceInfo.MappedVariables プロパティ

 

処理中のワークフロー インスタンスのマップされた変数のコレクション

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

構文

public IDictionary<XName, string> MappedVariables {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IDictionary<XName^, String^>^ MappedVariables {
    [CompilerGeneratedAttribute]
    IDictionary<XName^, String^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IDictionary<XName^, String^>^ value);
}
member MappedVariables : IDictionary<XName, string> with get, private set
Public Property MappedVariables As IDictionary(Of XName, String)
    Get
    Private Set
End Property

プロパティ値

Type: System.Collections.Generic.IDictionary<XName, String>

IDictionary に基づくコレクション

参照

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

トップに戻る