IDispatchImplType Enum

Definisi

Perhatian

The IDispatchImplAttribute is deprecated.

Menunjukkan implementasi mana yang IDispatch akan digunakan untuk kelas tertentu.

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
Warisan
IDispatchImplType
Atribut

Bidang

CompatibleImpl 2

Menentukan bahwa IDispatch implementasi disediakan dengan meneruskan informasi jenis untuk objek ke metode COM CreateStdDispatch API.

InternalImpl 1

Menentukan bahwa IDispatch implementasi disediakan oleh runtime.

SystemDefinedImpl 0

Menentukan bahwa runtime bahasa umum memutuskan implementasi mana yang IDispatch akan digunakan.

Keterangan

Lihat IDispatchImplAttribute untuk informasi lebih lanjut.

Berlaku untuk