ITypeInfo Interface

Provides information, from a type library, about an object and its capabilities. For more information, see ITypeInfo Interface.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("00020401-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeInfo
'Usage
Dim instance As ITypeInfo
[GuidAttribute("00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeInfo
[GuidAttribute(L"00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class ITypeInfo
public interface ITypeInfo

See Also

Reference

ITypeInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace