다음을 통해 공유


SettingsPane.GetForCurrentView 메서드

정의

참고

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

현재 앱 뷰(CoreWindow 사용)와 연결된 SettingsPane 개체를 가져옵니다.

public:
 static SettingsPane ^ GetForCurrentView();
/// [Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.UI.ApplicationSettings.ApplicationsSettingsContract)]
 static SettingsPane GetForCurrentView();
/// [Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")]
 static SettingsPane GetForCurrentView();
[Windows.Foundation.Metadata.Deprecated("SettingsPane 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))]
public static SettingsPane GetForCurrentView();
[Windows.Foundation.Metadata.Deprecated("SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.UI.ApplicationSettings.ApplicationsSettingsContract")]
public static SettingsPane GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As SettingsPane

반환

설정 창입니다.

특성

설명

XAML을 사용하여 앱을 만드는 경우 App.xaml.cs/vb/cpp에서 OnWindowCreated를 재정의하여 CommandsRequested 이벤트를 등록해야 합니다.

적용 대상