IDispatchImplType Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- Atribut
Bidang
CompatibleImpl | 2 | Menentukan bahwa |
InternalImpl | 1 | Menentukan bahwa |
SystemDefinedImpl | 0 | Menentukan bahwa runtime bahasa umum memutuskan implementasi mana yang |
Keterangan
Lihat IDispatchImplAttribute untuk informasi lebih lanjut.