VsDebugStartupInfo.lpDesktop Field
The name of the desktop.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public lpDesktop As String
public string lpDesktop
public:
String^ lpDesktop
val mutable lpDesktop: string
public var lpDesktop : String
Remarks
This field is equivalent to lpDesktop in STARTUPINFO (defined in winbase.h).
.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.