ModelingErrorListProvider.IVsRunningDocTableEvents.OnAfterFirstDocumentLock, méthode
IVsRunningDocTableEvents.OnAfterFirstDocumentLock
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- docCookie
Type : System.UInt32
- dwRDTLockType
Type : System.UInt32
- dwReadLocksRemaining
Type : System.UInt32
- dwEditLocksRemaining
Type : System.UInt32
Valeur de retour
Type : System.Int32
Implémentations
IVsRunningDocTableEvents.OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.