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)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("468CFB80-B4F9-11CF-80DD-00AA00614895")] [InterfaceTypeAttribute(1)] public interface IProvideDynamicClassInfo : IProvideClassInfo
/** @attribute GuidAttribute("468CFB80-B4F9-11CF-80DD-00AA00614895") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IProvideDynamicClassInfo extends IProvideClassInfo