ActivityContext.GetLocation<T>(LocationReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回目前活動內容之指定參考位置的具型別位置。
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
參考的位置。
傳回
具型別的位置。