Share via


SaveWorkflowCommand.InstanceKeyMetadataChanges プロパティ

定義

キーとしてインスタンス キーを持ち、値として XName と InstanceValue のペアのディクショナリを持つディクショナリを取得します。

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

プロパティ値

キーと値のペアを持つディクショナリ。

適用対象