IVsProfilerLaunchTargetInfo.EnvironmentSettings Property

Definition

Gets the environment variables that the project system sets for the process to be launched. These variables are returned as a series of elements in the form “Variable=Value”.

public:
 property Array ^ EnvironmentSettings { Array ^ get(); };
[System.Runtime.InteropServices.DispId(1610743809)]
public Array EnvironmentSettings { get; }
public Array EnvironmentSettings { get; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
member this.EnvironmentSettings : Array
member this.EnvironmentSettings : Array
Public ReadOnly Property EnvironmentSettings As Array

Property Value

The environment variables.

Attributes

Applies to