INVOKEKIND Enum

Definisi

Perhatian

Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202

Gunakan INVOKEKIND sebagai gantinya.

public enum class INVOKEKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum INVOKEKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum INVOKEKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type INVOKEKIND = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type INVOKEKIND = 
Public Enum INVOKEKIND
Warisan
INVOKEKIND
Atribut

Bidang

INVOKE_FUNC 1

Anggota dipanggil menggunakan sintaks pemanggilan fungsi normal.

INVOKE_PROPERTYGET 2

Fungsi ini dipanggil menggunakan sintaks akses properti normal.

INVOKE_PROPERTYPUT 4

Fungsi ini dipanggil menggunakan sintaks penetapan nilai properti.

INVOKE_PROPERTYPUTREF 8

Fungsi ini dipanggil menggunakan sintaks penetapan referensi properti.

Keterangan

Untuk informasi tambahan tentang INVOKEKIND, lihat Pustaka MSDN.

Berlaku untuk