Freigeben über


VsFinderClass.SetScope-Methode

Schränkt die Suche auf den Spannensatz ein.

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

Syntax

'Declaration
Public Overridable Function SetScope ( _
    pSpanScope As IVsTextSpanSet _
) As Integer
public virtual int SetScope(
    IVsTextSpanSet pSpanScope
)
public:
virtual int SetScope(
    [InAttribute] IVsTextSpanSet^ pSpanScope
)
abstract SetScope : 
        pSpanScope:IVsTextSpanSet -> int  
override SetScope : 
        pSpanScope:IVsTextSpanSet -> int
public function SetScope(
    pSpanScope : IVsTextSpanSet
) : int

Parameter

Rückgabewert

Typ: Int32

Implementiert

IVsFinder.SetScope(IVsTextSpanSet)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsFinderClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace