VsDebugStartupInfo.lpDesktop Field

Definition

The name of the desktop.

public: System::String ^ lpDesktop;
public: Platform::String ^ lpDesktop;
std::wstring lpDesktop;
[System.Runtime.InteropServices.ComAliasName("OLE.LPCWSTR")]
public string lpDesktop;
[<System.Runtime.InteropServices.ComAliasName("OLE.LPCWSTR")>]
val mutable lpDesktop : string
Public lpDesktop As String 

Field Value

Attributes

Remarks

This field is equivalent to lpDesktop in STARTUPINFO (defined in winbase.h).

Applies to