ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeDocumentWindowShow Method

IVsRunningDocTableEvents.OnBeforeDocumentWindowShow

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

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

Parameters

  • docCookie
    Type: UInt32
  • fFirstShow
    Type: Int32

Return Value

Type: Int32

Implements

IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)

.NET Framework Security

See Also

Reference

ModelingErrorListProvider Class

Microsoft.VisualStudio.Modeling.Shell Namespace