다음을 통해 공유


SaveWorkflowCommand.InstanceKeyMetadataChanges 속성

정의

인스턴스 키를 키로 사용하고 XName 및 InstanceValue 쌍의 사전을 값으로 사용하여 사전을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ InstanceKeyMetadataChanges { 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>> InstanceKeyMetadataChanges { get; }
member this.InstanceKeyMetadataChanges : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>>
Public ReadOnly Property InstanceKeyMetadataChanges As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue))

속성 값

IDictionary<Guid,IDictionary<XName,InstanceValue>>

키/값 쌍이 포함된 사전입니다.

적용 대상