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

参照対象の場所。

戻り値

型指定された場所。

適用対象