Поделиться через


VsIntellisenseLangTipClass.Close 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 Close ( _
    fDeleteThis As Integer _
) As Integer
'Применение
Dim instance As VsIntellisenseLangTipClass
Dim fDeleteThis As Integer
Dim returnValue As Integer

returnValue = instance.Close(fDeleteThis)
public virtual int Close(
    int fDeleteThis
)
public:
virtual int Close(
    [InAttribute] int fDeleteThis
)
abstract Close : 
        fDeleteThis:int -> int 
override Close : 
        fDeleteThis:int -> int 
public function Close(
    fDeleteThis : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsIntellisenseLangTip.Close(Int32)

.NET Framework Security

See Also

Reference

VsIntellisenseLangTipClass Class

VsIntellisenseLangTipClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace