Freigeben über


VsFinderClass.GetState-Methode

Ruft den Zustand ab.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

  • pcFound
    Typ: Int32%

    [out]

  • pResult
    Typ: UInt32%

    [out]

  • pState
    Typ: UInt32%

    [out]

Rückgabewert

Typ: Int32

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

VsFinderClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace