Compartilhar via


IVsCodeWindowEvents2.OnNewEmbeddedCodeWindow Method

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

Syntax

'Declaration
Function OnNewEmbeddedCodeWindow ( _
    pCodeWindow As IVsCodeWindow _
) As Integer
int OnNewEmbeddedCodeWindow(
    IVsCodeWindow pCodeWindow
)
int OnNewEmbeddedCodeWindow(
    [InAttribute] IVsCodeWindow^ pCodeWindow
)
abstract OnNewEmbeddedCodeWindow : 
        pCodeWindow:IVsCodeWindow -> int
function OnNewEmbeddedCodeWindow(
    pCodeWindow : IVsCodeWindow
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsCodeWindowEvents2 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace