IIndexableContent.Properties Proprietà

Definizione

Ottiene le proprietà del contenuto.

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)

Valore della proprietà

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

Raccolta di proprietà, rappresentata come mappa di coppie chiave-valore.

Commenti

Mentre l'accesso a questo tipo è di sola lettura, restituisce una mappa di lettura/scrittura.

Si applica a

Vedi anche