IDispatchImplType Enumeráció

Definíció

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
IDispatchImplType
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 IDispatch implementációt használja.

InternalImpl 1

Megadja, hogy az IDispatch implementációt a futtatókörnyezet adja meg.

CompatibleImpl 2

Megadja, hogy az IDispatch implementáció az objektum típusadatainak a COM CreateStdDispatch API-metódusnak való átadásával legyen megadva.

Megjegyzések

További információért lásd a IDispatchImplAttribute jelű részt.

A következőre érvényes: