IDispatchImplType Enumeration

Definition

Achtung

The IDispatchImplAttribute is deprecated.

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

public enum class IDispatchImplType
[System.Serializable]
public enum IDispatchImplType
[System.Serializable]
[System.Obsolete("The IDispatchImplAttribute is deprecated.", false)]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IDispatchImplType
[<System.Serializable>]
type IDispatchImplType = 
[<System.Serializable>]
[<System.Obsolete("The IDispatchImplAttribute is deprecated.", false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDispatchImplType = 
Public Enum IDispatchImplType
Vererbung
IDispatchImplType
Attribute

Felder

CompatibleImpl 2

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

InternalImpl 1

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

SystemDefinedImpl 0

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

Hinweise

Weitere Informationen finden Sie unter IDispatchImplAttribute.

Gilt für