Método IVsHierarchy.QueryClose (Int32)
Publicado: abril de 2016
Determina se a hierarquia fornecida pode ser fechada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int QueryClose(
out int pfCanClose
)
int QueryClose(
[OutAttribute] int% pfCanClose
)
abstract QueryClose :
pfCanClose:int byref -> int
Function QueryClose (
<OutAttribute> ByRef pfCanClose As Integer
) As Integer
Parâmetros
- pfCanClose
[out] Se true, e em seguida, a hierarquia pode ser fechada.Se false, e em seguida, a hierarquia não pode ser fechada.
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 IVsHierarchy::QueryClose(
[out] BOOL *pfCanClose
);
Consulte também
Interface IVsHierarchy
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo