AllJoynAboutData.Descriptions 属性

定义

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

特定于语言的应用说明字符串的集合。

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Descriptions { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Descriptions();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, winrt::hstring const&> Descriptions();
public IDictionary<string,string> Descriptions { get; }
public IDictionary<string,string> Descriptions { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = allJoynAboutData.descriptions;
Public ReadOnly Property Descriptions As IDictionary(Of String, String)

属性值

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

应用说明。

属性

Windows 要求

应用功能
allJoyn

注解

默认情况下,返回的值包含单个字符串对。

适用于