IVsFinder.GetMatchedSpans(IVsTextSpanSet) Método

Definição

Obtém textspans correspondentes.

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

Parâmetros

ppSpans
IVsTextSpanSet

fora Lista de localização em massa. Requer VSFH_SetMatch ao localizar.

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::GetMatchedSpans(  
   [out, retval] IVsTextSpanSet ** ppSpans  
);  

Aplica-se a