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
pSpanScope
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet[in] Suchbereich. Dargestellt wird es als IVsTextSpanSet.
Rückgabewert
Typ: Int32
Implementiert
IVsFinder.SetScope(IVsTextSpanSet)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.