Share via


CloudSpatialAnchorSession.GetAnchorPropertiesAsync(String) Metodo

Definizione

Ottiene un ancoraggio spaziale cloud per l'identificatore specificato, anche se non è ancora stato individuato.

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)

Parametri

identifier
String

Identificatore da cercare.

Restituisce

Si applica a