Freigeben über


IDispatchImplType-Enumeration

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Zeigt an, welche IDispatch-Implementierung für eine bestimmte Klasse verwendet werden soll.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
[ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", 
    false)]
[ComVisibleAttribute(true)]
public enum IDispatchImplType
[SerializableAttribute]
[ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", 
    false)]
[ComVisibleAttribute(true)]
public enum class IDispatchImplType
[<SerializableAttribute>]
[<ObsoleteAttribute("The IDispatchImplAttribute is deprecated.",
    false)>]
[<ComVisibleAttribute(true)>]
type IDispatchImplType
<SerializableAttribute>
<ObsoleteAttribute("The IDispatchImplAttribute is deprecated.",
    False)>
<ComVisibleAttribute(True)>
Public Enumeration IDispatchImplType

Member

Membername Beschreibung
CompatibleImpl

Gibt an, dass die IDispatch-Implementierung durch die Übergabe der Typinformationen für das Objekt an die COM-CreateStdDispatch-API-Methode bereitgestellt wird.

InternalImpl

Gibt an, dass die IDispatch-Implementierung von der Laufzeit bereitgestellt wird.

SystemDefinedImpl

Gibt an, dass die Common Language Runtime bestimmt, welche IDispatch-Implementierung verwendet wird.

Hinweise

Weitere Informationen finden Sie unter IDispatchImplAttribute.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang