IUrlMon.AsyncGetClassBits, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub AsyncGetClassBits ( _
ByRef rclsid As Guid, _
pszTYPE As String, _
pszExt As String, _
dwFileVersionMS As UInteger, _
dwFileVersionLS As UInteger, _
pszCodeBase As String, _
pbc As IBindCtx, _
dwClassContext As UInteger, _
ByRef riid As Guid, _
Flags As UInteger _
)
void AsyncGetClassBits(
ref Guid rclsid,
string pszTYPE,
string pszExt,
uint dwFileVersionMS,
uint dwFileVersionLS,
string pszCodeBase,
IBindCtx pbc,
uint dwClassContext,
ref Guid riid,
uint Flags
)
Paramètres
- rclsid
Type : System.Guid%
- pszTYPE
Type : System.String
- pszExt
Type : System.String
- dwFileVersionMS
Type : System.UInt32
- dwFileVersionLS
Type : System.UInt32
- pszCodeBase
Type : System.String
- pbc
Type : Microsoft.VisualStudio.OLE.Interop.IBindCtx
- dwClassContext
Type : System.UInt32
- riid
Type : System.Guid%
- Flags
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.