VsIntellisenseLangTipClass.Create Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣言
Public Overridable Function Create ( _
    pTipWnd As IVsTipWindow _
) As Integer
'使用
Dim instance As VsIntellisenseLangTipClass
Dim pTipWnd As IVsTipWindow
Dim returnValue As Integer

returnValue = instance.Create(pTipWnd)
public virtual int Create(
    IVsTipWindow pTipWnd
)
public:
virtual int Create(
    [InAttribute] IVsTipWindow^ pTipWnd
)
public function Create(
    pTipWnd : IVsTipWindow
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsIntellisenseLangTip.Create(IVsTipWindow)

Permissions

See Also

Reference

VsIntellisenseLangTipClass Class

VsIntellisenseLangTipClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace