VsDebugStartupInfo.lpTitle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).