HolographicSpace.UserPresenceChanged イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ヘッドセット内でのユーザーのプレゼンス、またはこの HolographicSpace を表示および操作する機能が変更されたときに発生します。
// Register
event_token UserPresenceChanged(TypedEventHandler<HolographicSpace, IInspectable const&> const& handler) const;
// Revoke with event_token
void UserPresenceChanged(event_token const* cookie) const;
// Revoke with event_revoker
HolographicSpace::UserPresenceChanged_revoker UserPresenceChanged(auto_revoke_t, TypedEventHandler<HolographicSpace, IInspectable const&> const& handler) const;
public event TypedEventHandler<HolographicSpace,object> UserPresenceChanged;
function onUserPresenceChanged(eventArgs) { /* Your code */ }
holographicSpace.addEventListener("userpresencechanged", onUserPresenceChanged);
holographicSpace.removeEventListener("userpresencechanged", onUserPresenceChanged);
- or -
holographicSpace.onuserpresencechanged = onUserPresenceChanged;
Public Custom Event UserPresenceChanged As TypedEventHandler(Of HolographicSpace, Object)
イベントの種類
TypedEventHandler<HolographicSpace,IInspectable>
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
注釈
HolographicSpace のユーザー プレゼンスは、この HolographicSpace がアクティブ化または非アクティブ化されたとき、またはユーザーがヘッドセット内に留まる間でもモーダル ポップアップが表示または非表示になったときに変更される可能性があることに注意してください。