ScriptEditorControl.. Method

Gets the matching rectangle.

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

Syntax

'Declaration
Private Function GetMatchRect ( _
    prc As RECT() _
) As Integer Implements IVsFindTarget.GetMatchRect
'Usage
Dim instance As ScriptEditorControl
Dim prc As RECT()
Dim returnValue As Integer

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

Parameters

  • prc
    Type: array<RECT[]
    An array of RECT objects.

Return Value

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

Implements

IVsFindTargetGetMatchRect(array<RECT[])