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.OnAfterFirstDocumentLock
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 OnAfterFirstDocumentLock ( _
docCookie As UInteger, _
dwRDTLockType As UInteger, _
dwReadLocksRemaining As UInteger, _
dwEditLocksRemaining As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterFirstDocumentLock
int IVsRunningDocTableEvents.OnAfterFirstDocumentLock(
uint docCookie,
uint dwRDTLockType,
uint dwReadLocksRemaining,
uint dwEditLocksRemaining
)
private:
virtual int OnAfterFirstDocumentLock(
unsigned int docCookie,
unsigned int dwRDTLockType,
unsigned int dwReadLocksRemaining,
unsigned int dwEditLocksRemaining
) sealed = IVsRunningDocTableEvents::OnAfterFirstDocumentLock
private abstract OnAfterFirstDocumentLock :
docCookie:uint32 *
dwRDTLockType:uint32 *
dwReadLocksRemaining:uint32 *
dwEditLocksRemaining:uint32 -> int
private override OnAfterFirstDocumentLock :
docCookie:uint32 *
dwRDTLockType:uint32 *
dwReadLocksRemaining:uint32 *
dwEditLocksRemaining:uint32 -> int
JScript does not support explicit interface implementations.
Parameters
- docCookie
Type: System.UInt32
- dwRDTLockType
Type: System.UInt32
- dwReadLocksRemaining
Type: System.UInt32
- dwEditLocksRemaining
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsRunningDocTableEvents.OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32)
.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.