Share via


IProvideMultipleClassInfo Interface

Retrieves type information from a component that may have multiple coclasses. Extends and inherits from IProvideClassInfo2. For more information, see IProvideMultipleClassInfo.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("A7ABA9C1-8983-11CF-8F20-00805F2CD064")> _
<InterfaceTypeAttribute()> _
Public Interface IProvideMultipleClassInfo _
    Inherits IProvideClassInfo2
[GuidAttribute("A7ABA9C1-8983-11CF-8F20-00805F2CD064")]
[InterfaceTypeAttribute()]
public interface IProvideMultipleClassInfo : IProvideClassInfo2

The IProvideMultipleClassInfo type exposes the following members.

Methods

  Name Description
Public method GetClassInfo(Type%) (Inherited from IProvideClassInfo2.)
Public method GetClassInfo(Type%)
Public method GetGUID(UInt32, Guid%) (Inherited from IProvideClassInfo2.)
Public method GetGUID(UInt32, Guid%)
Public method GetInfoOfIndex
Public method GetMultiTypeInfoCount

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace