共用方式為


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)

傳回

錨點的地圖。

適用於