IVsFinder.GetTaggedSpans(IVsTextSpanSet) Método

Definição

Retorna textspans marcados.

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

Parâmetros

ppTags
IVsTextSpanSet

fora Expressões marcadas Regex. Requer VSFH_SetMatch ativado Find(String, UInt32, Int32, IVsFindHelper, UInt32) .

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textfind. idl:

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

Aplica-se a