IRunningObjectTable.Register, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub Register ( _
grfFlags As UInteger, _
punkObject As Object, _
pmkObjectName As IMoniker, _
<OutAttribute> ByRef pdwRegister As UInteger _
)
void Register(
uint grfFlags,
Object punkObject,
IMoniker pmkObjectName,
out uint pdwRegister
)
Paramètres
- grfFlags
Type : System.UInt32
- punkObject
Type : System.Object
- pmkObjectName
Type : Microsoft.VisualStudio.OLE.Interop.IMoniker
- pdwRegister
Type : System.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.