IVsProfilerLauncher.QueryProfilingEnvironment(Array) Method

Definition

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.

Applies to