ScriptEditorControl.. Method

Gets the secondary editor view.

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

Syntax

'Declaration
Private Function GetSecondaryView ( _
    <OutAttribute> ByRef view As IVsTextView _
) As Integer Implements IVsCodeWindow.GetSecondaryView
'Usage
Dim instance As ScriptEditorControl
Dim view As IVsTextView
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).GetSecondaryView(view)
int IVsCodeWindow.GetSecondaryView(
    out IVsTextView view
)
private:
virtual int GetSecondaryView(
    [OutAttribute] IVsTextView^% view
) sealed = IVsCodeWindow::GetSecondaryView
private abstract GetSecondaryView : 
        view:IVsTextView byref -> int 
private override GetSecondaryView : 
        view:IVsTextView byref -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • view
    Type: IVsTextView%
    A reference to a IVsTextView object.

Return Value

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

Implements

IVsCodeWindowGetSecondaryView(IVsTextView%)