Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
BSTR containing the environment settings to pass to CreateProcess.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public bstrEnv As String
'Usage
Dim instance As VsDebugTargetInfo
Dim value As String
value = instance.bstrEnv
instance.bstrEnv = value
public string bstrEnv
public:
String^ bstrEnv
public var bstrEnv : String
Remarks
Used with DLO_CreateProcess.
COM Signature
From vsshell.idl:
See vsshell.idl.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.