IndexableContent.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 = indexableContent.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.

Implementazioni

Commenti

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

Aggiungere una proprietà all'indice chiamando il metodo Insert con un nome di proprietà Windows standard, ad esempio System.Author e PropertyValue.

Al termine dell'aggiunta di proprietà all'oggetto IndexableContent corrente, chiamare il metodo AddAsync per aggiungere le proprietà all'indice di sistema.

Si applica a

Vedi anche