Partager via


AllJoynAboutDataView.Properties Propriété

Définition

Important

Les types de l’espace de noms Windows.Devices.AllJoyn sont déconseillés et peuvent ne pas être disponibles dans les versions ultérieures de Windows. AllJoyn, parrainé par AllSeen Alliance, était un protocole de découverte et de communication open source pour les scénarios IoT (Internet of Things), tels que l’activation et l’arrêt des lumières et la lecture des températures. Pour des alternatives, telles qu’IoTivity Lite et IoTivity, reportez-vous au iotivity.org site web.

Il s’agit d’un ensemble de champs, où la propriété AllJoynAboutDataView est également accessible. Par exemple, ModelNumber est Properties**["ModelNumber"]**. En outre, cette propriété peut être utilisée pour obtenir des propriétés personnalisées.

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)

Valeur de propriété

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Ensemble de champs qui fournissent l’accès aux propriétés AllJoynAboutDataView .

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

S’applique à