次の方法で共有


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>

インスタンスのメタデータへの変更。

適用対象