IDispatchImplType 枚举  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
		- 继承
 
- 属性
 
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| CompatibleImpl | 2 | 指定通过向 COM   | 
			
| InternalImpl | 1 | 指定由运行时提供   | 
			
| SystemDefinedImpl | 0 | 指定公共语言运行时将决定要使用哪个   | 
			
注解
有关详细信息,请参阅IDispatchImplAttribute。