Sdílet prostřednictvím


InstanceKey.Metadata Vlastnost

Definice

Získá slovník, který obsahuje metadata přidružená ke klíči instance.

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)

Hodnota vlastnosti

Slovník, který obsahuje metadata přidružená ke klíči instance. Tento slovník je slovník jen pro čtení.

Platí pro