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

  Name Description
Public method AddressOfMember
Public method CreateInstance
Public method GetContainingTypeLib
Public method GetDllEntry
Public method GetDocumentation
Public method GetFuncDesc
Public method GetIDsOfNames
Public method GetImplTypeFlags
Public method GetMops
Public method GetNames
Public method GetRefTypeInfo
Public method GetRefTypeOfImplType
Public method GetTypeAttr
Public method GetTypeComp
Public method GetVarDesc
Public method Invoke
Public method ReleaseFuncDesc
Public method ReleaseTypeAttr
Public method ReleaseVarDesc

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace