IProvideDynamicClassInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |