Condividi tramite


AllJoynAboutData.DefaultDescription Proprietà

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato un protocollo di individuazione e comunicazione open source per scenari IoT (Internet of Things), ad esempio l'accensione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web di iotivity.org .

Descrizione predefinita dell'app. Questa proprietà è un collegamento alla voce nella proprietà Description per DefaultLanguage.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Descrizione dell'app.

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Commenti

Per impostazione predefinita, il valore restituito viene estratto dal campo "Descrizione" nel manifesto dell'app UWP o dalla proprietà FileDescription dell'EXE in un'app desktop.

Si applica a