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

찾을 식별자입니다.

반환

적용 대상