FUNCKIND 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
Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
Gunakan FUNCKIND sebagai gantinya.
public enum class FUNCKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCKIND =
Public Enum FUNCKIND
- Warisan
- Atribut
Bidang
FUNC_DISPATCH | 4 | Fungsi ini hanya dapat diakses melalui |
FUNC_NONVIRTUAL | 2 | Fungsi ini diakses oleh |
FUNC_PUREVIRTUAL | 1 | Fungsi ini diakses melalui tabel fungsi virtual (VTBL), dan mengambil pointer implisit |
FUNC_STATIC | 3 | Fungsi ini diakses oleh |
FUNC_VIRTUAL | 0 | Fungsi ini diakses sama dengan FUNC_PUREVIRTUAL, kecuali fungsi memiliki implementasi. |
Keterangan
Untuk informasi tambahan tentang FUNCKIND
, lihat Pustaka MSDN.