HolographicSpace.IsConfigured 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 has been configured by the user for Mixed Reality headsets.
public:
static property bool IsConfigured { bool get(); };
static bool IsConfigured();
public static bool IsConfigured { get; }
var boolean = HolographicSpace.isConfigured;
Public Shared ReadOnly Property IsConfigured As Boolean
Property Value
bool
Whether headsets are configured by the user.
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Remarks
On Desktop PCs running 64-bit Windows, this is initially false. Once the user has set up Mixed Reality through the Mixed Reality Portal, this becomes true. If this is false, but IsSupported is true, calling CreateForCoreWindow anyway will guide the user 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.