HolographicKeyboardPlacementOverridePreview.GetForCurrentView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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