AllJoynAboutDataView.SupportedLanguages Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Penting
Jenis di namespace Layanan Windows.Devices.AllJoyn tidak digunakan lagi, dan mungkin tidak tersedia di versi Windows yang akan datang. AllJoyn—disponsori oleh AllSeen Alliance—adalah penemuan sumber terbuka dan protokol komunikasi untuk skenario Internet of Things (IoT) seperti menyalakan dan mematikan lampu, serta membaca suhu. Untuk alternatif, seperti IoTivity Lite dan IoTivity, lihat situs web iotivity.org .
Daftar bahasa yang didukung oleh aplikasi dan akan selalu menyertakan 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)
Nilai Properti
Daftar objek Bahasa .
- Atribut
Persyaratan Windows
Kemampuan aplikasi |
allJoyn
|