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

Упоминаемое расположение.

Возвращаемое значение

Location<T>

Типизированное расположение.

Применяется к