CloudSpatialAnchorSession.GetAnchorPropertiesAsync(String) Methode

Definitie

Hiermee haalt u een ruimtelijk anker in de cloud op voor de opgegeven id, zelfs als deze nog niet is gevonden.

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)

Parameters

identifier
String

De id die moet worden gezocht.

Retouren

Van toepassing op