AllJoynBusAttachment.AboutData Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wichtig
Die Typen im Windows.Devices.AllJoyn-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. AllJoyn – gesponsert von AllSeen Alliance – war ein Open-Source-Ermittlungs- und Kommunikationsprotokoll für IoT-Szenarien (Internet of Things), z. B. das Einschalten und Deaktivieren von Lichtern und lesetemperaturen. Alternativen wie IoTivity Lite und IoTivity finden Sie auf der website iotivity.org .
Diese Eigenschaft gibt ein AllJoynAboutData-Objekt zurück, das die beschreibenden Daten enthält, die die Plattform im Namen der App ankündigen kann.
public:
property AllJoynAboutData ^ AboutData { AllJoynAboutData ^ get(); };
AllJoynAboutData AboutData();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
AllJoynAboutData AboutData();
public AllJoynAboutData AboutData { get; }
public AllJoynAboutData AboutData { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var allJoynAboutData = allJoynBusAttachment.aboutData;
Public ReadOnly Property AboutData As AllJoynAboutData
Eigenschaftswert
Ein Objekt, das beschreibende Informationen für eine App enthält.
- Attribute
Windows-Anforderungen
App-Funktionen |
allJoyn
|