IProvideClassInfo2 Interface

Definition

Provides the type information (ITypeInfo) for a given coclass (Component Automation). Extends and inherits from IProvideClassInfo. Provides an easier method to get the default event set. For more information, see IProvideClassInfo.

public interface class IProvideClassInfo2 : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
public interface class IProvideClassInfo2 : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
__interface IProvideClassInfo2 : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
[System.Runtime.InteropServices.Guid("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideClassInfo2 : Microsoft.VisualStudio.OLE.Interop.IProvideClassInfo
[System.Runtime.InteropServices.Guid("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProvideClassInfo2 : Microsoft.VisualStudio.OLE.Interop.IProvideClassInfo
[<System.Runtime.InteropServices.Guid("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideClassInfo2 = interface
    interface IProvideClassInfo
[<System.Runtime.InteropServices.Guid("A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProvideClassInfo2 = interface
    interface IProvideClassInfo
Public Interface IProvideClassInfo2
Implements IProvideClassInfo
Derived
Attributes
Implements

Methods

GetClassInfo(Type)
GetGUID(UInt32, Guid)

Applies to