FUNCKIND Wyliczenie

Definicja

Przestroga

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

Przestroga

Ten interfejs API jest już przestarzały.

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.Serializable]
[System.Obsolete]
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 = 
[<System.Serializable>]
[<System.Obsolete>]
type FUNCKIND = 
Public Enum FUNCKIND
Dziedziczenie
FUNCKIND
Atrybuty

Pola

FUNC_DISPATCH 4

Dostęp do funkcji można uzyskać tylko za pomocą IDispatch .

FUNC_NONVIRTUAL 2

Funkcja jest dostępna za pomocą static adresu i przyjmuje niejawny this wskaźnik.

FUNC_PUREVIRTUAL 1

Funkcja jest dostępna za pomocą tabeli funkcji wirtualnych (VTBL) i przyjmuje niejawny this wskaźnik.

FUNC_STATIC 3

Funkcja jest dostępna za pomocą static adresu i nie przyjmuje niejawnego this wskaźnika.

FUNC_VIRTUAL 0

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

Uwagi

Aby uzyskać dodatkowe informacje na temat programu FUNCKIND , zobacz Biblioteka MSDN.

Dotyczy