IDispatchImplType Enum
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
The IDispatchImplAttribute is deprecated.
Anger vilken implementering som IDispatch ska användas för en viss klass.
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
- Arv
- Attribut
Fält
| Name | Värde | Description |
|---|---|---|
| SystemDefinedImpl | 0 | Anger att den vanliga språkkörningen bestämmer vilken implementering som |
| InternalImpl | 1 | Anger att implementeringen |
| CompatibleImpl | 2 | Anger att implementeringen |
Kommentarer
Mer information finns i IDispatchImplAttribute.