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 命名空间