Share via


HolographicKeyboardPlacementOverridePreview.GetForCurrentView Method

Definition

Gets an object that allows for override of the placement of the system keyboard in the holographic shell while the current view is visible. This API is available only to a limited set of apps while in the preview phase.

public:
 static HolographicKeyboardPlacementOverridePreview ^ GetForCurrentView();
 static HolographicKeyboardPlacementOverridePreview GetForCurrentView();
/// [Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.Holographic.HolographicKeyboard instead of Windows.ApplicationModel.Preview.Holographic.HolographicKeyboardPlacementOverridePreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 720896, "Windows.Foundation.UniversalApiContract")]
 static HolographicKeyboardPlacementOverridePreview GetForCurrentView();
public static HolographicKeyboardPlacementOverridePreview GetForCurrentView();
[Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.Holographic.HolographicKeyboard instead of Windows.ApplicationModel.Preview.Holographic.HolographicKeyboardPlacementOverridePreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 720896, "Windows.Foundation.UniversalApiContract")]
public static HolographicKeyboardPlacementOverridePreview GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As HolographicKeyboardPlacementOverridePreview

Returns

The placement override object.

Attributes

Applies to