IDispatchImplType Výčet

Definice

Upozornění

The IDispatchImplAttribute is deprecated.

Určuje, kterou IDispatch implementaci použít pro konkrétní třídu.

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
Dědičnost
IDispatchImplType
Atributy

Pole

CompatibleImpl 2

Určuje, že IDispatch implementace je poskytována předáním informací o typu objektu do metody rozhraní COM CreateStdDispatch API.

InternalImpl 1

Určuje, že IDispatch implementace je poskytována modulem runtime.

SystemDefinedImpl 0

Určuje, že modul CLR (Common Language Runtime) rozhoduje, kterou IDispatch implementaci použít.

Poznámky

Další informace naleznete v tématu IDispatchImplAttribute.

Platí pro