NativeActivityUpdateContext.GetLocation<T>(Variable) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'emplacement typé pour l'emplacement référencé spécifié.
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)
Paramètres de type
- T
Type d'emplacement à retourner.
Paramètres
- variable
- Variable
Variable à partir de l'emplacement.
Retours
Emplacement typé pour l'emplacement référencé spécifié.