IDispatchImplType Enumeráció
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Figyelemfelhívás
The IDispatchImplAttribute is deprecated.
IDispatch Egy adott osztályhoz használandó implementációt jelzi.
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
- Öröklődés
- Attribútumok
Mezők
| Name | Érték | Description |
|---|---|---|
| SystemDefinedImpl | 0 | Meghatározza, hogy a közös nyelvi futtatókörnyezet határozza meg, hogy melyik |
| InternalImpl | 1 | Megadja, hogy az |
| CompatibleImpl | 2 | Megadja, hogy az |
Megjegyzések
További információért lásd a IDispatchImplAttribute jelű részt.