다음을 통해 공유


AllJoynAboutData.Descriptions 속성

정의

중요

Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 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

설명

기본적으로 반환된 값에는 단일 문자열 쌍이 포함됩니다.

적용 대상