CloudSpatialAnchorSession.GetAnchorPropertiesAsync(String) メソッド

定義

特定の識別子がまだ見つからない場合でも、特定の識別子のクラウド空間アンカーを取得します。

public:
 System::Threading::Tasks::Task<Microsoft::Azure::SpatialAnchors::CloudSpatialAnchor ^> ^ GetAnchorPropertiesAsync(System::String ^ identifier);
public System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor> GetAnchorPropertiesAsync (string identifier);
member this.GetAnchorPropertiesAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor>
Public Function GetAnchorPropertiesAsync (identifier As String) As Task(Of CloudSpatialAnchor)

パラメーター

identifier
String

検索する識別子。

戻り値

適用対象