WorldAnchor.GetNativeSpatialAnchorPtr

Cambiar al Manual
public IntPtr GetNativeSpatialAnchorPtr ();

Valor de retorno

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

Descripción

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.