IVsUIDataSource.Close Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Dichiarazione
Function Close As Integer
'Utilizzo
Dim instance As IVsUIDataSource
Dim returnValue As Integer

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

Return Value

Type: System.Int32

Implements

IVsUISimpleDataSource.Close()

.NET Framework Security

See Also

Reference

IVsUIDataSource Interface

IVsUIDataSource Members

Close Overload

Microsoft.VisualStudio.Shell.Interop Namespace