DesignerDocDataService.IVsRunningDocTableEvents2.OnBeforeDocumentWindowShow Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32

Implements

IVsRunningDocTableEvents2.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)

Permissions

See Also

Reference

DesignerDocDataService Class

DesignerDocDataService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace