IProvideClassInfo 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.
Provides the type information (ITypeInfo) for a given coclass (Component Automation). For more information, see IProvideClassInfo.
public interface class IProvideClassInfo
public interface class IProvideClassInfo
__interface IProvideClassInfo
[System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideClassInfo
[System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProvideClassInfo
[<System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideClassInfo = interface
[<System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProvideClassInfo = interface
Public Interface IProvideClassInfo
- Derived
- Attributes
Methods
GetClassInfo(Type) |