Close Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Function Close As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim returnValue As Integer

returnValue = instance.Close()
int Close()
int Close()
abstract Close : unit -> int 
function Close() : int

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace