SpatialAnchorStore.GetAllSavedAnchors 方法

定义

获取存储中保存的所有定位点的映射,其标识符作为键。

public:
 virtual IMapView<Platform::String ^, SpatialAnchor ^> ^ GetAllSavedAnchors() = GetAllSavedAnchors;
IMapView<winrt::hstring, SpatialAnchor const&> GetAllSavedAnchors();
public IReadOnlyDictionary<string,SpatialAnchor> GetAllSavedAnchors();
function getAllSavedAnchors()
Public Function GetAllSavedAnchors () As IReadOnlyDictionary(Of String, SpatialAnchor)

返回

定位点的映射。

适用于