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

See Also

Reference

VsDebugStartupInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace