Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the type information (ITypeInfo) for a given coclass Statement [Automation]. For more information, see IProvideClassInfo.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B196B283-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceTypeAttribute()> _
Public Interface IProvideClassInfo
[GuidAttribute("B196B283-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface IProvideClassInfo
[GuidAttribute(L"B196B283-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface class IProvideClassInfo
[<GuidAttribute("B196B283-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute()>]
type IProvideClassInfo = interface end
public interface IProvideClassInfo
The IProvideClassInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetClassInfo |
Top