Share via


VsDebugStartupInfo.lpTitle Field

Definition

The title displayed in the title bar.

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

Field Value

Attributes

Remarks

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

Applies to