IDispatchImplType Enumerazione

Definizione

Attenzione

The IDispatchImplAttribute is deprecated.

Indica quale IDispatch'implementazione da usare per una determinata classe.

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
Ereditarietà
IDispatchImplType
Attributi

Campi

Nome Valore Descrizione
SystemDefinedImpl 0

Specifica che Common Language Runtime decide quale IDispatch implementazione usare.

InternalImpl 1

Specifica che l'implementazione IDispatch viene fornita dal runtime.

CompatibleImpl 2

Specifica che l'implementazione IDispatch viene fornita passando le informazioni sul tipo per l'oggetto al metodo API COM CreateStdDispatch .

Commenti

Per altre informazioni, vedere IDispatchImplAttribute.

Si applica a