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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.