Metoda IUrlMon.AsyncGetClassBits —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.VisualStudio.OLE.Interop
Zestaw: Microsoft.VisualStudio.OLE.Interop (w Microsoft.VisualStudio.OLE.Interop.dll)
Składnia
'Deklaracja
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
)
Parametry
- rclsid
Typ: System.Guid%
- pszTYPE
Typ: System.String
- pszExt
Typ: System.String
- dwFileVersionMS
Typ: System.UInt32
- dwFileVersionLS
Typ: System.UInt32
- pszCodeBase
Typ: System.String
- dwClassContext
Typ: System.UInt32
- riid
Typ: System.Guid%
- Flags
Typ: System.UInt32
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..