共用方式為


VsFinderClass.GetMatch Method

Gets a text span match.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣告
Public Overridable Function GetMatch ( _
    <OutAttribute> pts As TextSpan() _
) As Integer
'用途
Dim instance As VsFinderClass
Dim pts As TextSpan()
Dim returnValue As Integer

returnValue = instance.GetMatch(pts)
public virtual int GetMatch(
    TextSpan[] pts
)
public:
virtual int GetMatch(
    [OutAttribute] array<TextSpan>^ pts
)
abstract GetMatch : 
        pts:TextSpan[] byref -> int 
override GetMatch : 
        pts:TextSpan[] byref -> int 
public function GetMatch(
    pts : TextSpan[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsFinder.GetMatch(array<TextSpan[])

.NET Framework Security

See Also

Reference

VsFinderClass Class

VsFinderClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace