Compartilhar via


SettingsPaneCommandsRequestedEventArgs.Request Propriedade

Definição

Observação

SettingsPaneCommandsRequestedEventArgs foi preterido e pode não funcionar em todas as versões do Windows 10. Em vez de usar um SettingsPane, integre as opções de configurações à experiência do aplicativo. Para obter mais informações, consulte Diretrizes para configurações de aplicativo.

Uma instância de SettingsPaneCommandsRequest que é disponibilizada durante o 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 da propriedade

O objeto de solicitação de comandos.

Atributos

Aplica-se a