IProvideClassInfo2 Interface
Provides the type information (ITypeInfo) for a given coclass Statement [Automation]. Extends and inherits from IProvideClassInfo. Provides an easier method to get the default event set. For more information, see IProvideClassInfo.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")> _
<InterfaceTypeAttribute()> _
Public Interface IProvideClassInfo2 _
Inherits IProvideClassInfo
[GuidAttribute("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")]
[InterfaceTypeAttribute()]
public interface IProvideClassInfo2 : IProvideClassInfo
The IProvideClassInfo2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetClassInfo(Type%) | (Inherited from IProvideClassInfo.) | |
GetClassInfo(Type%) | ||
GetGUID |
Top