TextTipData.GetContextStream 方法

检索工具提示的位置和长度。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)

语法

声明
Public Overridable Function GetContextStream ( _
    <OutAttribute> ByRef piPos As Integer, _
    <OutAttribute> ByRef piLen As Integer _
) As Integer
public virtual int GetContextStream(
    out int piPos,
    out int piLen
)

参数

返回值

类型:System.Int32
S_OK .

实现

IVsTextTipData.GetContextStream(Int32%, Int32%)

.NET Framework 安全性

请参见

参考

TextTipData 类

Microsoft.VisualStudio.Package 命名空间