Process4::EnvironmentVariables Property

 

This read-only property returns an array that contains the environment variables defined for the process being debugged.

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

property Array^ EnvironmentVariables {
	Array^ get();
}

Property Value

Type: System::Array^

Safe array of environment variables. Like most arrays used in Visual Studio automation, this array is 1-indexed.

Return to top
Show: