다음을 통해 공유


ActivityContext.GetLocation<T>(LocationReference) 메서드

정의

현재 작업 컨텍스트에 대해 지정한 참조된 위치의 형식화된 위치를 반환합니다.

public:
generic <typename T>
 System::Activities::Location<T> ^ GetLocation(System::Activities::LocationReference ^ locationReference);
public System.Activities.Location<T> GetLocation<T> (System.Activities.LocationReference locationReference);
member this.GetLocation : System.Activities.LocationReference -> System.Activities.Location<'T>
Public Function GetLocation(Of T) (locationReference As LocationReference) As Location(Of T)

형식 매개 변수

T

반환할 위치 형식입니다.

매개 변수

locationReference
LocationReference

참조된 위치입니다.

반환

형식화된 위치입니다.

적용 대상