Process4::EnvironmentVariables Property
Visual Studio 2015
This read-only property returns an array that contains the environment variables defined for the process being debugged.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Property Value
Type: System::Array^Safe array of environment variables. Like most arrays used in Visual Studio automation, this array is 1-indexed.
Show: