Share via


RdtListener.OnBeforeDocumentWindowShow Method

Called before a document window is shown.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function OnBeforeDocumentWindowShow ( _
    docCookie As UInteger, _
    firstShow As Integer, _
    frame As IVsWindowFrame _
) As Integer
'Usage
Dim instance As RdtListener
Dim docCookie As UInteger
Dim firstShow As Integer
Dim frame As IVsWindowFrame
Dim returnValue As Integer

returnValue = instance.OnBeforeDocumentWindowShow(docCookie, _
    firstShow, frame)
public virtual int OnBeforeDocumentWindowShow(
    uint docCookie,
    int firstShow,
    IVsWindowFrame frame
)
public:
virtual int OnBeforeDocumentWindowShow(
    unsigned int docCookie, 
    int firstShow, 
    IVsWindowFrame^ frame
)
public function OnBeforeDocumentWindowShow(
    docCookie : uint, 
    firstShow : int, 
    frame : IVsWindowFrame
) : int
abstract OnBeforeDocumentWindowShow : 
        docCookie:uint32 * 
        firstShow:int * 
        frame:IVsWindowFrame -> int 
override OnBeforeDocumentWindowShow : 
        docCookie:uint32 * 
        firstShow:int * 
        frame:IVsWindowFrame -> int 

Parameters

Return Value

Type: System.Int32
Returns VSConstants.S_OK.

Implements

IVsRunningDocTableEvents3.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)
IVsRunningDocTableEvents2.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)
IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)

.NET Framework Security

See Also

Reference

RdtListener Class

RdtListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace