次の方法で共有


AllJoynBusAttachment.ConnectionSpecification プロパティ

定義

重要

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

バス接続の確立と保守に使用される接続仕様。 指定されていない場合、このプロパティは既定の名前付きパイプ仕様を取得します。

public:
 property Platform::String ^ ConnectionSpecification { Platform::String ^ get(); };
winrt::hstring ConnectionSpecification();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring ConnectionSpecification();
public string ConnectionSpecification { get; }
public string ConnectionSpecification { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynBusAttachment.connectionSpecification;
Public ReadOnly Property ConnectionSpecification As String

プロパティ値

String

Platform::String

winrt::hstring

接続の仕様。

属性

Windows の要件

アプリの機能
allJoyn

適用対象