Compartir a través de


ModelingErrorListProvider.IVsRunningDocTableEvents.OnAfterFirstDocumentLock (Método)

IVsRunningDocTableEvents.OnAfterFirstDocumentLock

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: System.Int32

Implementaciones

IVsRunningDocTableEvents.OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32)

Seguridad de .NET Framework

Vea también

Referencia

ModelingErrorListProvider Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)