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 | 指定 |
InternalImpl | 1 | 指定 |
SystemDefinedImpl | 0 | 指定由通用語言執行平台決定要使用的 |
備註
如需相關資訊,請參閱 IDispatchImplAttribute 。