Поделиться через


VsFinderClass.GetState - метод

Получает состояние.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
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

Параметры

  • pcFound
    Тип: Int32%

    [out]

  • pResult
    Тип: UInt32%

    [out]

  • pState
    Тип: UInt32%

    [out]

Возвращаемое значение

Тип: Int32

Реализации

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

Безопасность платформы .NET Framework

См. также

Ссылки

VsFinderClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен