InstanceView.InstanceMetadata Свойство

Определение

Извлекает метаданные экземпляра в виде словаря имен и объектов InstanceValue.

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

Значение свойства

Метаданные экземпляра.

Применяется к