共用方式為


AllJoynAboutData.DefaultManufacturer 屬性

定義

重要

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

應用程式製造商的名稱。 此屬性是DefaultLanguage之 Manufacturers屬性中專案的快捷方式。

public:
 property Platform::String ^ DefaultManufacturer { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
public string DefaultManufacturer { get; set; }
public string DefaultManufacturer { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var string = allJoynAboutData.defaultManufacturer;
allJoynAboutData.defaultManufacturer = string;
Public Property DefaultManufacturer As String

屬性值

String

Platform::String

winrt::hstring

製造商名稱。

屬性

Windows 需求

應用程式功能
allJoyn

備註

根據預設,傳回的值會從 UWP app 的應用程式資訊清單中的 [發行者顯示名稱] 欄位、從 DESKTOP 應用程式的 EXE 的 「CompanyName」 屬性,或從製造商所定義的裝置提取。

適用於