Partager via


IVsCodeWindowEvents2.OnCloseEmbeddedCodeWindow, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.12.0 (dans Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Syntaxe

'Déclaration
Function OnCloseEmbeddedCodeWindow ( _
    pCodeWindow As IVsCodeWindow _
) As Integer
int OnCloseEmbeddedCodeWindow(
    IVsCodeWindow pCodeWindow
)
int OnCloseEmbeddedCodeWindow(
    [InAttribute] IVsCodeWindow^ pCodeWindow
)
abstract OnCloseEmbeddedCodeWindow : 
        pCodeWindow:IVsCodeWindow -> int
function OnCloseEmbeddedCodeWindow(
    pCodeWindow : IVsCodeWindow
) : int

Paramètres

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsCodeWindowEvents2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms