VsDebugStartupInfo.lpTitle 字段

定义

标题栏中显示的标题。

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 

字段值

String
属性

注解

此字段等效于 winbase.h) 中定义的 STARTUPINFO (中的 lpTitle。

适用于