InstanceKey.Metadata 属性

定义

获取包含与实例键关联的元数据的字典。

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

属性值

包含与实例键关联的元数据的字典。 此字典为只读字典。

适用于