VsFinderClass.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
Public Overridable Function GetState ( _
    <OutAttribute> ByRef pcFound As Integer, _
    <OutAttribute> ByRef pResult As UInteger, _
    <OutAttribute> ByRef pState As UInteger _
) As Integer
public virtual int GetState(
    out int pcFound,
    out uint pResult,
    out uint pState
)
public:
virtual 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  
override GetState : 
        pcFound:int byref * 
        pResult:uint32 byref * 
        pState:uint32 byref -> int
public 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

Implémentations

IVsFinder.GetState(Int32%, UInt32%, UInt32%)

Sécurité .NET Framework

Voir aussi

Référence

VsFinderClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms