Partage via


SaveWorkflowCommand.InstanceKeysToAssociate Propriété

Définition

Contient des clés d'instance qui doivent être associées à une instance. Dictionnaire qui contient un GUID associé à une clé d'instance et les métadonnées associées à la clé d'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))

Valeur de propriété

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Clés d'instance qui doivent être associées à une instance.

S’applique à