HolographicSpace.IsSupported Property
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 whether the current system supports Mixed Reality headsets.
public:
static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = HolographicSpace.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean
Property Value
bool
Whether headsets are supported.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Remarks
On Desktop PCs running 64-bit Windows, this is always true. If IsAvailable is false because the user has not yet set up their Mixed Reality headset, calling CreateForCoreWindow anyway will guide them through the setup flow.
On HoloLens, this is always true.
On any other system, including Desktop PCs running 32-bit Windows, this is false, as Mixed Reality headsets are not supported on those systems.