AllJoynAboutDataView.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen 联盟赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如打开和关闭灯以及读取温度。 有关 IoTivity Lite 和 IoTivity 等替代项,请参阅 iotivity.org 网站。
这是一组字段,其中其他名为 AllJoynAboutDataView 属性的字段也是可访问的。 例如, ModelNumber 为 Properties**[“ModelNumber”]”。 此外,此属性可用于获取自定义属性。
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)
属性值
一组字段,提供对 AllJoynAboutDataView 属性的访问权限。
- 属性
Windows 要求
应用功能 |
allJoyn
|