DesignerDocDataService::IVsRunningDocTableEvents2::OnAfterDocumentWindowHide Method (UInt32, IVsWindowFrame^)
Visual Studio 2015
Called after a document window is hidden.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int OnAfterDocumentWindowHide( unsigned int docCookie, IVsWindowFrame^ pFrame ) sealed = IVsRunningDocTableEvents2::OnAfterDocumentWindowHide
Parameters
- docCookie
-
Type:
System::UInt32
The identifier of the document data object in the Running Document Table.
- pFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
The IVsWindowFrame interface of the window to be hidden.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
By default this method is not implemented.
Show: