Поделиться через


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

Переменная из расположения.

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

Типизированное расположение для заданного указанного по ссылке расположения.

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