IVsProfilerLauncher.QueryProfilingEnvironment(Array) 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.
Interroge le profileur pour les variables d'environnement de profilage.
public:
int QueryProfilingEnvironment([Runtime::InteropServices::Out] Array ^ % environment);
public int QueryProfilingEnvironment (out Array environment);
abstract member QueryProfilingEnvironment : Array -> int
Public Function QueryProfilingEnvironment (ByRef environment As Array) As Integer
Paramètres
- environment
- Array
[out] Variables d'environnement de profilage. Chaque élément d'environnement est au format « Variable=Value ».
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.