VsMethodTipWindowClass.GetContextStream 方法

返回上下文流。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Overridable Function GetContextStream ( _
    <OutAttribute> ByRef piPos As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int GetContextStream(
    out int piPos,
    out int piLength
)
public:
virtual int GetContextStream(
    [OutAttribute] int% piPos, 
    [OutAttribute] int% piLength
)
abstract GetContextStream : 
        piPos:int byref * 
        piLength:int byref -> int  
override GetContextStream : 
        piPos:int byref * 
        piLength:int byref -> int
public function GetContextStream(
    piPos : int, 
    piLength : int
) : int

参数

  • piPos
    类型:Int32%

    [out] 上下文流的起始位置。

  • piLength
    类型:Int32%

    [out] 上下文流的长度从起始位置的, piPos.

返回值

类型:Int32

实现

IVsMethodTipWindow.GetContextStream(Int32%, Int32%)

.NET Framework 安全性

请参阅

参考

VsMethodTipWindowClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间