DiagramDocView.IVsFindTarget.GetMatchRect Method

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Private Function GetMatchRect ( _
    prc As RECT() _
) As Integer Implements IVsFindTarget.GetMatchRect
'使用
Dim instance As DiagramDocView
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
JScript does not support explicit interface implementations.

Parameters

  • prc
    Type: []

Return Value

Type: System.Int32

Implements

IVsFindTarget.GetMatchRect([])

Permissions

See Also

Reference

DiagramDocView Class

DiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace