次の方法で共有


AllJoynAboutData.Manufacturers プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 AllJoyn は、AllSeen Alliance によって後援され、ライトのオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出および通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

言語固有の製造元の名前文字列のコレクション。

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Manufacturers { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Manufacturers();
/// [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&> Manufacturers();
public IDictionary<string,string> Manufacturers { get; }
public IDictionary<string,string> Manufacturers { [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.manufacturers;
Public ReadOnly Property Manufacturers As IDictionary(Of String, String)

プロパティ値

IMap<String,String>

IDictionary<String,String>

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

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

サポートされている各言語の製造元名。

属性

Windows の要件

アプリの機能
allJoyn

注釈

既定では、返される値には 1 つの文字列ペアが含まれます。

適用対象