Partilhar via


Método IVsPropertyPageFrame.CanShowPropertyPages (Int32)

 

Verifica-se de que as páginas de propriedades podem ser exibidas.

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

Sintaxe

int CanShowPropertyPages(
    out int pbCanShow
)
int CanShowPropertyPages(
    [OutAttribute] int% pbCanShow
)
abstract CanShowPropertyPages : 
        pbCanShow:int byref -> int
Function CanShowPropertyPages (
    <OutAttribute> ByRef pbCanShow As Integer
) As Integer

Parâmetros

  • pbCanShow
    [out] Ponteiro para um valor booleano.Definido como true se as páginas de propriedades podem ser exibidas; falseCaso contrário.

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:

[C++]

HRESULT IVsPropertyPageFrame::CanShowPropertyPages(
   [out, retval]BOOL *pbCanShow
);

Consulte também

Interface IVsPropertyPageFrame
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo