IVsHierarchy.QueryClose – metoda (Int32)
Určuje, zda lze danou hierarchii uzavřít.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
Parametry
- pfCanClose
[výstup] Pokud true, pak lze uzavřít hierarchie.Pokud false, pak nelze zavřít hierarchie.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsHierarchy::QueryClose(
[out] BOOL *pfCanClose
);
Viz také
IVsHierarchy – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek