Compartir a través de


IIndexableContent.Properties Propiedad

Definición

Obtiene las propiedades de contenido.

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)

Valor de propiedad

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

Colección de propiedades, representada como un mapa de pares clave-valor.

Comentarios

Aunque el acceso a este tipo es de solo lectura, devuelve un mapa de lectura y escritura.

Se aplica a

Consulte también