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
属性

フィールド

名前 説明
SystemDefinedImpl 0

共通言語ランタイムが、使用する実装 IDispatch 決定することを指定します。

InternalImpl 1

IDispatch実装がランタイムによって提供されることを指定します。

CompatibleImpl 2

オブジェクトの型情報を COM CreateStdDispatch API メソッドに渡すことによって、IDispatch実装が提供されることを指定します。

注釈

詳細については、IDispatchImplAttribute を参照してください。

適用対象