共用方式為


AllJoynAboutData.DefaultDescription 屬性

定義

重要

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

應用程式的預設描述。 此屬性是DefaultLanguageDescriptions屬性中專案的快捷方式。

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

void DefaultDescription(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 DefaultDescription();

void DefaultDescription(winrt::hstring value);
public string DefaultDescription { get; set; }
public string DefaultDescription { [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.defaultDescription;
allJoynAboutData.defaultDescription = string;
Public Property DefaultDescription As String

屬性值

String

Platform::String

winrt::hstring

應用程式描述。

屬性

Windows 需求

應用程式功能
allJoyn

備註

根據預設,傳回的值會從 UWP app 應用程式資訊清單中的 [描述] 欄位,或 Desktop 應用程式中 EXE 的 FileDescription 屬性提取。

適用於