Udostępnij za pośrednictwem


SaveWorkflowCommand.InstanceKeysToAssociate Właściwość

Definicja

Zawiera klucze wystąpienia, które muszą być skojarzone z wystąpieniem. Słownik zawierający identyfikator GUID skojarzony z kluczem wystąpienia i metadanymi skojarzonymi z kluczem wystąpienia.

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

Wartość właściwości

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Klucze wystąpienia, które muszą być skojarzone z wystąpieniem.

Dotyczy