IDispatchImplType Énumération

Définition

Attention

The IDispatchImplAttribute is deprecated.

Indique l’implémentation de IDispatch à utiliser pour une classe particulière.

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
Héritage
IDispatchImplType
Attributs

Champs

CompatibleImpl 2

Spécifie que l’implémentation de IDispatch est fournie en passant les informations de type pour l’objet à la méthode d’API CreateStdDispatch COM.

InternalImpl 1

Spécifie que l’implémentation de IDispatch est fournie par le runtime.

SystemDefinedImpl 0

Spécifie que le common language runtime décide de l’implémentation de IDispatch à utiliser.

Remarques

Consultez la rubrique IDispatchImplAttribute (éventuellement en anglais) pour plus d'informations.

S’applique à