CloudSpatialAnchorSession.GetAnchorPropertiesAsync(String) Método

Definição

Obtém uma âncora espacial de nuvem para o identificador especificado, mesmo que ainda não tenha sido localizado.

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)

Parâmetros

identifier
String

O identificador a ser buscado.

Retornos

Aplica-se a