VsCodeWindowClass.SetBaseEditorCaption Method

Appends custom text to the editor caption.

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

Syntax

'Déclaration
Public Overridable Function SetBaseEditorCaption ( _
    pszBaseEditorCaption As String() _
) As Integer
'Utilisation
Dim instance As VsCodeWindowClass
Dim pszBaseEditorCaption As String()
Dim returnValue As Integer

returnValue = instance.SetBaseEditorCaption(pszBaseEditorCaption)
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

Parameters

  • pszBaseEditorCaption
    Type: array<System.String[]
    [in] Pointer to the base editor caption string.

Return Value

Type: System.Int32

Implements

IVsCodeWindow.SetBaseEditorCaption(array<String[])

.NET Framework Security

See Also

Reference

VsCodeWindowClass Class

VsCodeWindowClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace