VCDebugSettings.Environment 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 or sets the environment for the debuggee, or variables to merge with the existing environment.
public:
property System::String ^ Environment { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Environment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2332)]
public string Environment { [System.Runtime.InteropServices.DispId(2332)] get; [System.Runtime.InteropServices.DispId(2332)] set; }
[<System.Runtime.InteropServices.DispId(2332)>]
[<get: System.Runtime.InteropServices.DispId(2332)>]
[<set: System.Runtime.InteropServices.DispId(2332)>]
member this.Environment : string with get, set
Public Property Environment As String
Property Value
The environment for the debuggee, or variables to merge with the existing environment.
- Attributes