Share via


IProvideDynamicClassInfo Interface

Used by ActiveX designers to provide dynamic type information through an ITypeInfo interface. A container can use the interface to get type information in response to type change events.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("468CFB80-B4F9-11CF-80DD-00AA00614895")> _
Public Interface IProvideDynamicClassInfo _
    Implements IProvideClassInfo
'Utilisation
Dim instance As IProvideDynamicClassInfo
[InterfaceTypeAttribute()]
[GuidAttribute("468CFB80-B4F9-11CF-80DD-00AA00614895")]
public interface IProvideDynamicClassInfo : IProvideClassInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"468CFB80-B4F9-11CF-80DD-00AA00614895")]
public interface class IProvideDynamicClassInfo : IProvideClassInfo
public interface IProvideDynamicClassInfo extends IProvideClassInfo

See Also

Reference

IProvideDynamicClassInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace