Aracılığıyla paylaş


SaveWorkflowCommand.InstanceKeysToAssociate Özellik

Tanım

Bir örnekle ilişkilendirilmesi gereken örnek anahtarlarını içerir. Örnek anahtarı ve örnek anahtarıyla ilişkili meta veriler ile ilişkili GUID içeren bir sözlük.

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

Özellik Değeri

IDictionary<Guid,IDictionary<XName,InstanceValue>>

Bir örnekle ilişkilendirilmesi gereken örnek anahtarları.

Şunlara uygulanır