ScriptEditorControl.. Method

Navigates to the points identified by the parameter.

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

Syntax

'Declaration
Private Function NavigateTo ( _
    pts As TextSpan() _
) As Integer Implements IVsFindTarget.NavigateTo
'Usage
Dim instance As ScriptEditorControl
Dim pts As TextSpan()
Dim returnValue As Integer

returnValue = CType(instance, IVsFindTarget).NavigateTo(pts)
int IVsFindTarget.NavigateTo(
    TextSpan[] pts
)
private:
virtual int NavigateTo(
    array<TextSpan>^ pts
) sealed = IVsFindTarget::NavigateTo
private abstract NavigateTo : 
        pts:TextSpan[] -> int 
private override NavigateTo : 
        pts:TextSpan[] -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • pts
    Type: array<TextSpan[]
    Points that identify the span by a TextSpan array.

Return Value

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

Implements

IVsFindTargetNavigateTo(array<TextSpan[])