Freigeben über


VsCodeWindowClass.SetBaseEditorCaption-Methode

Fügt der benutzerdefinierten Text Editor der Titelleiste angezeigt.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function SetBaseEditorCaption ( _
    pszBaseEditorCaption As String() _
) As Integer
public virtual int SetBaseEditorCaption(
    string[] pszBaseEditorCaption
)
public:
virtual int SetBaseEditorCaption(
    [InAttribute] array<String^>^ pszBaseEditorCaption
)
abstract SetBaseEditorCaption : 
        pszBaseEditorCaption:string[] -> int  
override SetBaseEditorCaption : 
        pszBaseEditorCaption:string[] -> int
public function SetBaseEditorCaption(
    pszBaseEditorCaption : String[]
) : int

Parameter

  • pszBaseEditorCaption
    Typ: array<String[]

    [in] Zeiger auf die Basis beschriftungs Editor.

Rückgabewert

Typ: Int32

Implementiert

IVsCodeWindow.SetBaseEditorCaption(array<String[])

.NET Framework-Sicherheit

Siehe auch

Referenz

VsCodeWindowClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace