다음을 통해 공유


VsFinderClass.GetMatchedSpans 메서드

가져옵니다 텍스트 범위와 일치 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function GetMatchedSpans ( _
    <OutAttribute> ByRef ppSpans As IVsTextSpanSet _
) As Integer
public virtual int GetMatchedSpans(
    out IVsTextSpanSet ppSpans
)
public:
virtual int GetMatchedSpans(
    [OutAttribute] IVsTextSpanSet^% ppSpans
)
abstract GetMatchedSpans : 
        ppSpans:IVsTextSpanSet byref -> int  
override GetMatchedSpans : 
        ppSpans:IVsTextSpanSet byref -> int
public function GetMatchedSpans(
    ppSpans : IVsTextSpanSet
) : int

매개 변수

반환 값

형식: Int32

구현

IVsFinder.GetMatchedSpans(IVsTextSpanSet%)

.NET Framework 보안

참고 항목

참조

VsFinderClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스