Compartir a través de


IVsFinder.GetState (Método)

Obtiene el estado.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetState ( _
    <OutAttribute> ByRef pcFound As Integer, _
    <OutAttribute> ByRef pResult As UInteger, _
    <OutAttribute> ByRef pState As UInteger _
) As Integer
int GetState(
    out int pcFound,
    out uint pResult,
    out uint pState
)
int GetState(
    [OutAttribute] int% pcFound, 
    [OutAttribute] unsigned int% pResult, 
    [OutAttribute] unsigned int% pState
)
abstract GetState : 
        pcFound:int byref * 
        pResult:uint32 byref * 
        pState:uint32 byref -> int
function GetState(
    pcFound : int, 
    pResult : uint, 
    pState : uint
) : int

Parámetros

  • pcFound
    Tipo: Int32%

    [out]

  • pResult
    Tipo: UInt32%

    [out]

  • pState
    Tipo: UInt32%

    [out]

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 textfind.idl:

HRESULT IVsFinder::GetState(
   [out] LONG * pcFound,
   [out] VSFINDERROR * pResult
);

Seguridad de .NET Framework

Vea también

Referencia

IVsFinder Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)