次の方法で共有


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)

戻り値

アンカーのマップ。

適用対象