Freigeben über


IIndexableContent.Properties Eigenschaft

Definition

Ruft die Inhaltseigenschaften ab.

public:
 property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = iIndexableContent.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Eigenschaftswert

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

Die Auflistung von Eigenschaften, die als Zuordnung von Schlüssel-Wert-Paaren dargestellt wird.

Hinweise

Während der Zugriff auf diesen Typ schreibgeschützt ist, wird eine Lese-/Schreibzuordnung zurückgegeben.

Gilt für:

Weitere Informationen