共用方式為


AllJoynBusAttachment.ConnectionSpecification 屬性

定義

重要

Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity LiteIoTivity等替代方案,請參閱 iotivity.org 網站。

用來建立和維護匯流排附件的連接規格。 如果未提供規格,此屬性會擷取預設具名管道規格。

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

適用於