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

場所からの変数。

返品

指定した参照先の場所の型指定された場所。

適用対象