다음을 통해 공유


NativeActivityUpdateContext.GetLocation<T>(Variable) 메서드

정의

지정된 참조된 위치에 대한 형식화된 위치를 반환합니다.

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

형식 매개 변수

T

반환할 위치 형식입니다.

매개 변수

variable
Variable

위치의 변수입니다.

반환

Location<T>

지정된 참조된 위치에 대한 형식화된 위치입니다.

적용 대상