Partilhar via


Método IVsWindowFrameNotify.OnDockableChange (Int32)

 

Notifica o VSPackage que o estado de uma janela ancorada seja sendo alterado.

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

Sintaxe

int OnDockableChange(
    int fDockable
)
int OnDockableChange(
    int fDockable
)
abstract OnDockableChange : 
        fDockable:int -> int
Function OnDockableChange (
    fDockable As Integer
) As Integer

Parâmetros

  • fDockable
    [in] true se a moldura da janela está sendo encaixada.

Valor de retorno

Type: System.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 vsshell.idl:

HRESULT IVsWindowFrameNotify::OnDockableChange(
   [in] BOOL fDockable
);

Consulte também

Interface IVsWindowFrameNotify
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo