Close Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Function Close As Integer
'Usage
Dim instance As DiffViewerCodeWindow
Dim returnValue As Integer

returnValue = instance.Close()
public int Close()
public:
virtual int Close() sealed
abstract Close : unit -> int 
override Close : unit -> int 
public final function Close() : int

Return Value

Type: System..::..Int32

Implements

IVsCodeWindowClose()()()()

See Also

Reference

DiffViewerCodeWindow Class

Microsoft.VisualStudio.Data.Tools.Delta.VSDelta Namespace