次の方法で共有


SettingsPaneCommandsRequestedEventArgs.Request プロパティ

定義

注意

SettingsPaneCommandsRequestedEventArgs は非推奨であり、Windows 10のすべてのバージョンでは機能しない場合があります。 SettingsPane を使用する代わりに、設定オプションをアプリ エクスペリエンスに統合します。 詳細については、「 アプリ設定のガイドライン」を参照してください。

CommandsRequested イベント中に使用可能になる SettingsPaneCommandsRequest のインスタンス。

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

プロパティ値

コマンド要求オブジェクト。

属性

適用対象