SaveWorkflowCommand.InstanceMetadataChanges 属性

定义

获取包含实例元数据更改的字典。

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ InstanceMetadataChanges { System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> InstanceMetadataChanges { get; }
member this.InstanceMetadataChanges : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property InstanceMetadataChanges As IDictionary(Of XName, InstanceValue)

属性值

IDictionary<XName,InstanceValue>

对实例元数据的更改。

适用于