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
[GuidAttribute("00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeInfo
[GuidAttribute(L"00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class ITypeInfo
[<GuidAttribute("00020401-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type ITypeInfo = interface end
public interface ITypeInfo
The ITypeInfo type exposes the following members.
Methods
Top