AllJoynAboutData.DefaultDescription プロパティ

定義

重要

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

アプリの既定の説明。 このプロパティは、DefaultLanguageDescription プロパティのエントリへのショートカットです。

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 アプリのアプリ マニフェストの [説明] フィールド、またはデスクトップ アプリの EXE の FileDescription プロパティから取得されます。

適用対象