Share via


DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterDocumentWindowHide Method

Called after a document window is hidden.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Private Function OnAfterDocumentWindowHide ( _
    docCookie As UInteger, _
    pFrame As IVsWindowFrame _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterDocumentWindowHide
int IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(
    uint docCookie,
    IVsWindowFrame pFrame
)
private:
virtual int OnAfterDocumentWindowHide(
    unsigned int docCookie, 
    IVsWindowFrame^ pFrame
) sealed = IVsRunningDocTableEvents2::OnAfterDocumentWindowHide
private abstract OnAfterDocumentWindowHide : 
        docCookie:uint32 * 
        pFrame:IVsWindowFrame -> int  
private override OnAfterDocumentWindowHide : 
        docCookie:uint32 * 
        pFrame:IVsWindowFrame -> int
JScript does not support explicit interface implementations.

Parameters

  • docCookie
    Type: System.UInt32

    The identifier of the document data object in the Running Document Table.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)

Remarks

By default this method is not implemented.

.NET Framework Security

See Also

Reference

DesignerDocDataService Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace