Compartir a través de


SettingsPaneCommandsRequestedEventArgs.Request Propiedad

Definición

Nota

SettingsPaneCommandsRequestedEventArgs está en desuso y es posible que no funcione en todas las versiones de Windows 10. En lugar de usar un panel de configuración, integre las opciones de configuración en la experiencia de la aplicación. Para obtener más información, consulta Directrices para la configuración de la aplicación.

Instancia de SettingsPaneCommandsRequest que está disponible durante el evento 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

Valor de propiedad

Objeto de solicitud de comandos.

Atributos

Se aplica a