Compartir a través de


AllJoynAboutDataView.Properties Propiedad

Definición

Importante

Los tipos del espacio de nombres Windows.Devices.AllJoyn están en desuso y es posible que no estén disponibles en versiones futuras de Windows. AllJoyn, patrocinado por AllSeen Alliance, fue un protocolo de comunicación y detección de código abierto para escenarios de Internet de las cosas (IoT), como encender y apagar las luces, y las temperaturas de lectura. Para conocer alternativas, como IoTivity Lite e IoTivity, consulte el sitio web de iotivity.org .

Se trata de un conjunto de campos, donde también se puede acceder a la propiedad AllJoynAboutDataView . Por ejemplo, ModelNumber es Properties**["ModelNumber"]**. Además, esta propiedad se puede usar para obtener propiedades personalizadas.

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Properties();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IMapView<winrt::hstring, IInspectable const&> Properties();
public IReadOnlyDictionary<string,object> Properties { get; }
public IReadOnlyDictionary<string,object> Properties { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iMapView = allJoynAboutDataView.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Valor de propiedad

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Conjunto de campos que proporcionan acceso a las propiedades AllJoynAboutDataView .

Atributos

Requisitos de Windows

Características de aplicaciones
allJoyn

Se aplica a