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

指定 IDispatch 實作是藉由將物件類型資訊傳遞給 COM CreateStdDispatch API 方法所提供。

InternalImpl 1

指定 IDispatch 實作由執行階段提供。

SystemDefinedImpl 0

指定由通用語言執行平台決定要使用的 IDispatch 實作。

備註

如需相關資訊,請參閱 IDispatchImplAttribute

適用於