Sdílet prostřednictvím


SaveWorkflowCommand.InstanceKeysToAssociate Vlastnost

Definice

Obsahuje klíče instance, které musí být přidruženy k instanci. Slovník, který obsahuje identifikátor GUID přidružený ke klíči instance a metadata přidružená ke klíči instance.

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

Hodnota vlastnosti

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Klíče instance, které musí být přidruženy k instanci.

Platí pro