IVsProfilerLauncher.QueryProfilingEnvironment(Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the profiler for the profiling environment variables.
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
Parameters
- environment
- Array
[out] The profiling environment variables. Each element of environment is in the form “Variable=Value”.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.