Share via


IVsFinder.GetState, méthode

Passe l'état.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pcFound
    Type : Int32%

    [out]

  • pResult
    Type : UInt32%

    [out]

  • pState
    Type : UInt32%

    [out]

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textfind.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsFinder Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms