Partilhar via


Método IVsSplitPane.NotifyPane

Envia uma notificação de ajuste do divisor.

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

Sintaxe

'Declaração
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 de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsSplitPane Interface

Namespace Microsoft.VisualStudio.TextManager.Interop