共用方式為


AllJoynBusAttachment.GetDefault 方法

定義

重要

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

取得應用程式資訊清單所定義的預設 AllJoynBusAttachment

public:
 static AllJoynBusAttachment ^ GetDefault();
 static AllJoynBusAttachment GetDefault();
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 static AllJoynBusAttachment GetDefault();
public static AllJoynBusAttachment GetDefault();
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public static AllJoynBusAttachment GetDefault();
function getDefault()
Public Shared Function GetDefault () As AllJoynBusAttachment

傳回

預設匯流排附件。

屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
allJoyn

備註

此方法是安全線程的,而且每個呼叫都會受到保護,以傳回相同的匯流排附件實例。

適用於