DESCKIND Wyliczenie

Definicja

Przestroga

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

Przestroga

Ten interfejs API jest już przestarzały.

Zamiast tego użyj polecenia cmdlet DESCKIND.

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

Pola

DESCKIND_FUNCDESC 1

Wskazuje, że FUNCDESC został zwrócony.

DESCKIND_IMPLICITAPPOBJ 4

Wskazuje, że IMPLICITAPPOBJ został zwrócony element .

DESCKIND_MAX 5

Wskazuje znacznik końca wyliczenia.

DESCKIND_NONE 0

Wskazuje, że nie znaleziono dopasowania.

DESCKIND_TYPECOMP 3

Wskazuje, że TYPECOMP został zwrócony.

DESCKIND_VARDESC 2

Wskazuje, że VARDESC został zwrócony.

Uwagi

Aby uzyskać więcej informacji na temat DESCKIND wyliczenia, zobacz Biblioteka MSDN.

Dotyczy