WorldAnchor.GetNativeSpatialAnchorPtr

매뉴얼로 전환
public IntPtr GetNativeSpatialAnchorPtr ();

반환

IntPtr The native pointer to the Windows.Perception.Spatial.SpatialAnchor COM object.

설명

Retrieve a native pointer to the Windows.Perception.Spatial.SpatialAnchor COM object. This function calls IUnknown::AddRef on the pointer before returning it. The pointer must be released by calling IUnknown::Release.