Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
IVsRunningDocTableEvents.OnBeforeDocumentWindowShow
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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: System.UInt32
- fFirstShow
Type: System.Int32
- pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Return Value
Type: System.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.