IVsFinder.GetTaggedSpans(IVsTextSpanSet) Methode

Definition

Gibt markierte Textabschnitte zurück.

public:
 int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ % ppTags);
public:
 int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet ^ &  ppTags);
int GetTaggedSpans([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet const & & ppTags);
public int GetTaggedSpans (out Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet ppTags);
abstract member GetTaggedSpans : IVsTextSpanSet -> int
Public Function GetTaggedSpans (ByRef ppTags As IVsTextSpanSet) As Integer

Parameter

ppTags
IVsTextSpanSet

[out] Regex markierte Ausdrücke. Erfordert VSFH_SetMatch für Find(String, UInt32, Int32, IVsFindHelper, UInt32).

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus "textfind. idl":

HRESULT IVsFinder::GetTaggedSpans(  
   [out, retval] IVsTextSpanSet ** ppTags  
);  

Gilt für