IVsProfilerLaunchTargetInfo::EnvironmentSettings Property

 

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”.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610743809)]
property Array^ EnvironmentSettings {
	Array^ get();
}

Property Value

Type: System::Array^

The environment variables.

Return to top
Show: