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
- pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Return Value
Type: Int32
Implements
IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.