IDispatchImplType 枚举

定义

注意

The IDispatchImplAttribute is deprecated.

指示将用于特定类的 IDispatch 实现。

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
继承
IDispatchImplType
属性

字段

CompatibleImpl 2

指定通过向 COM CreateStdDispatch API 方法传递对象的类型信息来提供 IDispatch 实现。

InternalImpl 1

指定由运行时提供 IDispatch 实现。

SystemDefinedImpl 0

指定公共语言运行时将决定要使用哪个 IDispatch 实现。

注解

有关详细信息,请参阅IDispatchImplAttribute

适用于