Share via


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

‘선언
<GuidAttribute("00020401-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeInfo
‘사용 방법
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
[<GuidAttribute("00020401-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type ITypeInfo =  interface end
public interface ITypeInfo

See Also

Reference

ITypeInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace