VsDebugTargetInfo.bstrEnv Field

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

‘선언
Public bstrEnv As String
‘사용 방법
Dim instance As VsDebugTargetInfo
Dim value As String

value = instance.bstrEnv

instance.bstrEnv = value
public string bstrEnv
public:
String^ bstrEnv
val mutable bstrEnv: string
public var bstrEnv : String

Remarks

Used with DLO_CreateProcess.

COM Signature

From vsshell.idl:

See vsshell.idl.

.NET Framework Security

See Also

Reference

VsDebugTargetInfo Structure

VsDebugTargetInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace