Aracılığıyla paylaş


ActivityContext.GetLocation<T>(LocationReference) Yöntem

Tanım

Geçerli etkinlik bağlamı için belirtilen başvuruda bulunan konum için yazılan konumu döndürür.

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ür Parametreleri

T

Döndürülecek konumun türü.

Parametreler

locationReference
LocationReference

Başvuruda bulunan konum.

Döndürülenler

Yazılan konum.

Şunlara uygulanır