Compartir a través de


IVsSplitter.NotifyPane (Método)

Notifica de ajuste del divisor.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function NotifyPane ( _
    iCode As SPLITNOTIFYCODE _
) As Integer
int NotifyPane(
    SPLITNOTIFYCODE iCode
)
int NotifyPane(
    [InAttribute] SPLITNOTIFYCODE iCode
)
abstract NotifyPane : 
        iCode:SPLITNOTIFYCODE -> int
function NotifyPane(
    iCode : SPLITNOTIFYCODE
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsSplitter::NotifyPane(
   [in] SPLITNOTIFYCODE iCode
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSplitter Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)