FUNCKIND Wyliczenie

Definicja

Przestroga

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

Zamiast tego użyj polecenia cmdlet FUNCKIND.

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
Dziedziczenie
FUNCKIND
Atrybuty

Pola

FUNC_DISPATCH 4

Dostęp do funkcji można uzyskać tylko za pośrednictwem IDispatchfunkcji .

FUNC_NONVIRTUAL 2

Funkcja jest uzyskiwana przez static adres i przyjmuje niejawny this wskaźnik.

FUNC_PUREVIRTUAL 1

Funkcja jest dostępna za pośrednictwem tabeli funkcji wirtualnej (VTBL) i przyjmuje niejawny this wskaźnik.

FUNC_STATIC 3

Funkcja jest uzyskiwana za pomocą static adresu i nie pobiera niejawnego this wskaźnika.

FUNC_VIRTUAL 0

Funkcja jest dostępna tak samo jak FUNC_PUREVIRTUAL, z wyjątkiem funkcji ma implementację.

Uwagi

Aby uzyskać dodatkowe informacje na temat FUNCKINDprogramu , zobacz bibliotekę MSDN.

Dotyczy