DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterDocumentWindowHide Method

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

Syntax

'宣言
Private Function OnAfterDocumentWindowHide ( _
    docCookie As UInteger, _
    pFrame As IVsWindowFrame _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterDocumentWindowHide
'使用
Dim instance As DesignerDocDataService
Dim docCookie As UInteger
Dim pFrame As IVsWindowFrame
Dim returnValue As Integer

returnValue = CType(instance, IVsRunningDocTableEvents2).OnAfterDocumentWindowHide(docCookie, _
    pFrame)
int IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(
    uint docCookie,
    IVsWindowFrame pFrame
)
private:
virtual int OnAfterDocumentWindowHide(
    unsigned int docCookie, 
    IVsWindowFrame^ pFrame
) sealed = IVsRunningDocTableEvents2::OnAfterDocumentWindowHide
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)

Permissions

See Also

Reference

DesignerDocDataService Class

DesignerDocDataService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace