Freigeben über


SaveWorkflowCommand.InstanceKeysToAssociate Eigenschaft

Definition

Enthält Instanzschlüssel, die einer Instanz zugeordnet werden müssen. Ein Wörterbuch, das eine GUID enthält, die einem Instanzschlüssel zugeordnet ist, und Metadaten, die dem Instanzschlüssel zugeordnet sind.

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

Eigenschaftswert

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Die Instanzschlüssel, die einer Instanz zugeordnet werden müssen.

Gilt für