Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As 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