Compartilhar via


AllJoynAboutDataView.Properties Propriedade

Definição

Importante

Os tipos no namespace Windows.Devices.AllJoyn foram preteridos e podem não estar disponíveis em versões futuras do Windows. AllJoyn , patrocinado pela AllSeen Alliance, foi um protocolo de descoberta e comunicação de software livre para cenários de Internet das Coisas (IoT), como acender e desligar as luzes e ler temperaturas. Para obter alternativas, como IoTivity Lite e IoTivity, consulte o site do iotivity.org .

Esse é um conjunto de campos, em que a propriedade AllJoynAboutDataView também é acessível. Por exemplo, ModelNumber é Properties**["ModelNumber"]**. Além disso, essa propriedade pode ser usada para obter propriedades 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 da propriedade

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Um conjunto de campos que fornecem acesso às propriedades AllJoynAboutDataView .

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
allJoyn

Aplica-se a