Freigeben über


SaveWorkflowCommand.InstanceKeyMetadataChanges Eigenschaft

Definition

Ruft ein Wörterbuch mit einem Instanzschlüssel als Schlüssel sowie ein Wörterbuch von XName und InstanceValue-Paaren als Wert ab.

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))

Eigenschaftswert

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Die Wörterbücher mit Schlüssel-Wert-Paaren.

Gilt für