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」を参照してください。

適用対象