IProvideDynamicClassInfo Interface

Definition

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.

public interface class IProvideDynamicClassInfo : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
public interface class IProvideDynamicClassInfo : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
__interface IProvideDynamicClassInfo : Microsoft::VisualStudio::OLE::Interop::IProvideClassInfo
[System.Runtime.InteropServices.Guid("468CFB80-B4F9-11CF-80DD-00AA00614895")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideDynamicClassInfo : Microsoft.VisualStudio.OLE.Interop.IProvideClassInfo
[System.Runtime.InteropServices.Guid("468CFB80-B4F9-11CF-80DD-00AA00614895")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProvideDynamicClassInfo : Microsoft.VisualStudio.OLE.Interop.IProvideClassInfo
[<System.Runtime.InteropServices.Guid("468CFB80-B4F9-11CF-80DD-00AA00614895")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideDynamicClassInfo = interface
    interface IProvideClassInfo
[<System.Runtime.InteropServices.Guid("468CFB80-B4F9-11CF-80DD-00AA00614895")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProvideDynamicClassInfo = interface
    interface IProvideClassInfo
Public Interface IProvideDynamicClassInfo
Implements IProvideClassInfo
Attributes
Implements

Methods

FreezeShape()

Tells the control not to change its visual representation.

GetClassInfo(Type)

Returns the ITypeInfo for an object.

GetDynamicClassInfo(Type, UInt32)

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

Applies to