次の方法で共有


SaveWorkflowCommand.InstanceKeysToAssociate プロパティ

定義

インスタンスに関連付けられる必要があるインスタンス キーを格納します。 インスタンス キーに関連付けられた GUID と、インスタンス キーに関連付けられたメタデータを格納するディクショナリです。

public:
 property System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ InstanceKeysToAssociate { System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> InstanceKeysToAssociate { get; }
member this.InstanceKeysToAssociate : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>>
Public ReadOnly Property InstanceKeysToAssociate As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue))

プロパティ値

IDictionary<Guid,IDictionary<XName,InstanceValue>>

インスタンスに関連付けられる必要があるインスタンス キー。

適用対象