Freigeben über


VsCodeWindowClass.Close-Methode

Schließt das Codefenster.

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

Syntax

'Declaration
Public Overridable Function Close As Integer
public virtual int Close()
public:
virtual int Close()
abstract Close : unit -> int  
override Close : unit -> int
public function Close() : int

Rückgabewert

Typ: Int32

Implementiert

IVsCodeWindow.Close()

.NET Framework-Sicherheit

Siehe auch

Referenz

VsCodeWindowClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace