Condividi tramite


AllJoynAboutDataView.SupportedLanguages 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 uno scenario di individuazione e comunicazione open source per gli scenari IoT (Internet of Things), ad esempio l'attivazione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web iotivity.org .

Un elenco di lingue supportate dall'app e includerà sempre DefaultLanguage.

public:
 property IVectorView<Language ^> ^ SupportedLanguages { IVectorView<Language ^> ^ get(); };
IVectorView<Language> SupportedLanguages();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IVectorView<Language> SupportedLanguages();
public IReadOnlyList<Language> SupportedLanguages { get; }
public IReadOnlyList<Language> SupportedLanguages { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = allJoynAboutDataView.supportedLanguages;
Public ReadOnly Property SupportedLanguages As IReadOnlyList(Of Language)

Valore della proprietà

Elenco di oggetti Language .

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Si applica a