ScriptEditorControl.. Method

Sets the caption of the editor.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Private Function SetBaseEditorCaption ( _
    baseEditorCaption As String() _
) As Integer Implements IVsCodeWindow.SetBaseEditorCaption
'Usage
Dim instance As ScriptEditorControl
Dim baseEditorCaption As String()
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).SetBaseEditorCaption(baseEditorCaption)
int IVsCodeWindow.SetBaseEditorCaption(
    string[] baseEditorCaption
)
private:
virtual int SetBaseEditorCaption(
    array<String^>^ baseEditorCaption
) sealed = IVsCodeWindow::SetBaseEditorCaption
private abstract SetBaseEditorCaption : 
        baseEditorCaption:string[] -> int 
private override SetBaseEditorCaption : 
        baseEditorCaption:string[] -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • baseEditorCaption
    Type: array<System.String[]
    An array of string values.

Return Value

Type: System.Int32
An integer value that indicates the result of the operation.

Implements

IVsCodeWindowSetBaseEditorCaption(array<String[])