IVsProfilerLaunchTargetInfo.EnvironmentSettings Property
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.
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