IVsFindTarget.Find (Método)
solicita una búsqueda de cadena de texto.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
Function Find ( _
pszSearch As String, _
grfOptions As UInteger, _
fResetStartPoint As Integer, _
pHelper As IVsFindHelper, _
<OutAttribute> ByRef pResult As UInteger _
) As Integer
int Find(
string pszSearch,
uint grfOptions,
int fResetStartPoint,
IVsFindHelper pHelper,
out uint pResult
)
int Find(
[InAttribute] String^ pszSearch,
[InAttribute] unsigned int grfOptions,
[InAttribute] int fResetStartPoint,
[InAttribute] IVsFindHelper^ pHelper,
[OutAttribute] unsigned int% pResult
)
abstract Find :
pszSearch:string *
grfOptions:uint32 *
fResetStartPoint:int *
pHelper:IVsFindHelper *
pResult:uint32 byref -> int
function Find(
pszSearch : String,
grfOptions : uint,
fResetStartPoint : int,
pHelper : IVsFindHelper,
pResult : uint
) : int
Parámetros
pszSearch
Tipo: String[in] El puntero a un valor nulo finalizó la cadena que contiene el texto de búsqueda.
grfOptions
Tipo: UInt32[in] Especifica las opciones de búsqueda. los valores se toman de la enumeración de __VSFINDOPTIONS .
fResetStartPoint
Tipo: Int32[in] Marca para restaurar el punto inicial de la búsqueda.
pHelper
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper[in] puntero a una interfaz de IVsFindHelper .
pResult
Tipo: UInt32%[out] Puntero al resultado de la búsqueda. los valores se toman de la enumeración de __VSFINDRESULT .
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
HRESULT IVsFindTarget::Find(
[in] LPCOLESTR pszSearch,
[in] VSFINDOPTIONS grfOptions,
[in] BOOL fResetStartPoint,
[in] IVsFindHelper * pHelper
);
Se utiliza este método solo cuando el GetSearchImage no se implementa.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)