SettingsPaneCommandsRequestedEventArgs.Request 속성

정의

참고

SettingsPaneCommandsRequestedEventArgs는 더 이상 사용되지 않으며 모든 버전의 Windows 10 작동하지 않을 수 있습니다. SettingsPane을 사용하는 대신 앱 환경에 설정 옵션을 통합합니다. 자세한 내용은 앱 설정에 대한 지침을 참조하세요.

CommandsRequested 이벤트 중에 사용할 수 있는 SettingsPaneCommandsRequest의 instance.

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

속성 값

명령 요청 개체입니다.

특성

적용 대상