VsIntellisenseLangTipClass.Create 方法

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

语法

声明
Public Overridable Function Create ( _
    pTipWnd As IVsTipWindow _
) As Integer
public virtual int Create(
    IVsTipWindow pTipWnd
)
public:
virtual int Create(
    [InAttribute] IVsTipWindow^ pTipWnd
)
abstract Create : 
        pTipWnd:IVsTipWindow -> int  
override Create : 
        pTipWnd:IVsTipWindow -> int
public function Create(
    pTipWnd : IVsTipWindow
) : int

参数

返回值

类型:Int32

实现

IVsIntellisenseLangTip.Create(IVsTipWindow)

.NET Framework 安全性

请参阅

参考

VsIntellisenseLangTipClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间