HolographicSpace.UserPresence Property

Definition

Describes whether the user is present within the headset to view and interact with this HolographicSpace.

public:
 property HolographicSpaceUserPresence UserPresence { HolographicSpaceUserPresence get(); };
HolographicSpaceUserPresence UserPresence();
public HolographicSpaceUserPresence UserPresence { get; }
var holographicSpaceUserPresence = holographicSpace.userPresence;
Public ReadOnly Property UserPresence As HolographicSpaceUserPresence

Property Value

The user presence.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

A HolographicSpace's user presence value is a combination of:

  • Whether the user is wearing the headset.
  • Whether this HolographicSpace is currently showing in the headset.
  • Whether a modal dialog is intercepting input from this HolographicSpace.

Applies to

See also