ITypeComp Interface

Provides information compilers need when binding and instantiating structures and interfaces. For more information, see ITypeComp Interface.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020403-0000-0000-C000-000000000046")> _
Public Interface ITypeComp
[InterfaceTypeAttribute()]
[GuidAttribute("00020403-0000-0000-C000-000000000046")]
public interface ITypeComp
[InterfaceTypeAttribute()]
[GuidAttribute(L"00020403-0000-0000-C000-000000000046")]
public interface class ITypeComp
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00020403-0000-0000-C000-000000000046")>]
type ITypeComp =  interface end
public interface ITypeComp

The ITypeComp type exposes the following members.

Methods

  Name Description
Public method Bind
Public method BindType

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace