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)

[GuidAttribute("468CFB80-B4F9-11CF-80DD-00AA00614895")]
[InterfaceTypeAttribute(1)]
public interface IProvideDynamicClassInfo : IProvideClassInfo

NameDescription
System_CAPS_pubmethodFreezeShape()

Tells the control not to change its visual representation.

System_CAPS_pubmethodGetClassInfo(Type)

Returns the ITypeInfo for an object.

System_CAPS_pubmethodGetDynamicClassInfo(Type, UInt32)

Returns the ITypeInfo for a class with dynamic, changeable type information.

Return to top
Show: