IVsRunningDocTableEvents3.OnAfterDocumentWindowHide – metoda (UInt32, IVsWindowFrame)
Volat je skryté okno dokumentu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int OnAfterDocumentWindowHide(
uint docCookie,
IVsWindowFrame pFrame
)
int OnAfterDocumentWindowHide(
unsigned int docCookie,
IVsWindowFrame^ pFrame
)
abstract OnAfterDocumentWindowHide :
docCookie:uint32 *
pFrame:IVsWindowFrame -> int
Function OnAfterDocumentWindowHide (
docCookie As UInteger,
pFrame As IVsWindowFrame
) As Integer
Parametry
- docCookie
[v] Abstraktní hodnotu reprezentující dokument, jehož atributy byly změněny.
- pFrame
[v] IVsWindowFrame Rozhraní reprezentující rám okna dokumentu.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Implementuje
IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsRunningDocTableEvents3::OnAfterDocumentWindowHide(
[in] VSCOOKIE docCookie,
[in] IVsWindowFrame *pFrame
);
Viz také
IVsRunningDocTableEvents3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek