DesignerDocDataService::IVsRunningDocTableEvents2::OnAfterDocumentWindowHide Method (UInt32, IVsWindowFrame^)

 

Called after a document window is hidden.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

By default this method is not implemented.

Return to top
Show: