Bagikan melalui


SettingsPaneCommandsRequestedEventArgs.Request Properti

Definisi

Catatan

SettingsPaneCommandsRequestedEventArgs tidak digunakan lagi, dan mungkin tidak berfungsi pada semua versi Windows 10. Alih-alih menggunakan SettingsPane, integrasikan opsi pengaturan ke dalam pengalaman aplikasi. Untuk informasi selengkapnya, lihat Panduan untuk pengaturan aplikasi.

Instans SettingsPaneCommandsRequest yang tersedia selama peristiwa CommandsRequested .

public:
 property SettingsPaneCommandsRequest ^ Request { SettingsPaneCommandsRequest ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.UI.ApplicationSettings.ApplicationsSettingsContract)]
SettingsPaneCommandsRequest Request();
/// [get: Windows.Foundation.Metadata.Deprecated("SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")]
SettingsPaneCommandsRequest Request();
public SettingsPaneCommandsRequest Request { [Windows.Foundation.Metadata.Deprecated("SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.UI.ApplicationSettings.ApplicationsSettingsContract))] get; }
public SettingsPaneCommandsRequest Request { [Windows.Foundation.Metadata.Deprecated("SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")] get; }
var settingsPaneCommandsRequest = settingsPaneCommandsRequestedEventArgs.request;
Public ReadOnly Property Request As SettingsPaneCommandsRequest

Nilai Properti

Objek permintaan perintah.

Atribut

Berlaku untuk