Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Private Function OnBeforeDocumentWindowShow ( _
docCookie As UInteger, _
fFirstShow As Integer, _
pFrame As IVsWindowFrame _
) As Integer Implements IVsRunningDocTableEvents.OnBeforeDocumentWindowShow
'使用
Dim instance As ModelingErrorListProvider
Dim docCookie As UInteger
Dim fFirstShow As Integer
Dim pFrame As IVsWindowFrame
Dim returnValue As Integer
returnValue = CType(instance, IVsRunningDocTableEvents).OnBeforeDocumentWindowShow(docCookie, _
fFirstShow, pFrame)
int IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(
uint docCookie,
int fFirstShow,
IVsWindowFrame pFrame
)
private:
virtual int OnBeforeDocumentWindowShow(
unsigned int docCookie,
int fFirstShow,
IVsWindowFrame^ pFrame
) sealed = IVsRunningDocTableEvents::OnBeforeDocumentWindowShow
JScript does not support explicit interface implementations.
Parameters
- docCookie
Type: System.UInt32
- fFirstShow
Type: System.Int32
- pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Return Value
Type: System.Int32
Implements
IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame)
Permissions
- 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.
See Also
Reference
ModelingErrorListProvider Class