InstanceKeyView.InstanceKeyMetadata 属性

定义

获取作为“XNames”的字典的实例键的元数据和对应的“InstanceValue”对象

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

属性值

实例键的元数据。

适用于