HolographicKeyboard Class
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.
Enables apps to configure the system-provided Holographic keyboard.
public ref class HolographicKeyboard sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 720896)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HolographicKeyboard final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 720896)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HolographicKeyboard
Public NotInheritable Class HolographicKeyboard
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v12.0)
|
Remarks
Get an instance of this class by calling HolographicKeyboard.GetDefault.
Methods
GetDefault() |
Gets the default instance of the HolographicKeyboard class. |
ResetPlacementOverride() |
Resets the placement override, allowing the keyboard to return to its default placement. |
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion, Vector2) |
Overrides the placement of the Holographic keyboard. |
SetPlacementOverride(SpatialCoordinateSystem, Vector3, Quaternion) |
Overrides the placement of the Holographic keyboard. |