Método IVsPackage2.get_CanClose (Boolean)

 

Especifica se um pacote pode ser fechado.

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

Sintaxe

int get_CanClose(
    out bool pfCanClose
)
int get_CanClose(
    [OutAttribute] bool% pfCanClose
)
abstract get_CanClose : 
        pfCanClose:bool byref -> int
Function get_CanClose (
    <OutAttribute> ByRef pfCanClose As Boolean
) As Integer

Parâmetros

  • pfCanClose
    [out] Valor booleano.trueSe não tiver o pacote bloquear o desligamento do ambiente de desenvolvimento integrado (IDE).

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 get_CanClose(
    [out, retval] VARIANT_BOOL* pfCanClose
);

Consulte também

Interface IVsPackage2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo