ITypeComp Schnittstelle

Definition

Stellt die verwaltete Definition der ITypeComp Schnittstelle bereit.

public interface class ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
public interface ITypeComp
public interface ITypeComp
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeComp = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
type ITypeComp = interface
type ITypeComp = interface
Public Interface ITypeComp
Attribute

Hinweise

Weitere Informationen finden Sie unter ITypeComp-Schnittstelle.

Die Common Language Runtime löst eine Ausnahme aus, wenn eine COM-Methode im systemeigenen Code ein HRESULT zurückgibt. Weitere Informationen finden Sie unter How to: Map HRESULTs and Exceptions.

Methoden

Name Beschreibung
Bind(String, Int32, Int16, ITypeInfo, DESCKIND, BINDPTR)

Ordnet einem Element eines Typs einen Namen zu oder bindet globale Variablen und Funktionen, die in einer Typbibliothek enthalten sind.

BindType(String, Int32, ITypeInfo, ITypeComp)

Bindet an die Typbeschreibungen, die in einer Typbibliothek enthalten sind.

Gilt für: