Udostępnij za pośrednictwem


DESCKIND Wyliczenie

Definicja

Przestroga

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

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.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 = 
Public Enum DESCKIND
Dziedziczenie
DESCKIND
Atrybuty

Pola

DESCKIND_FUNCDESC 1

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

DESCKIND_IMPLICITAPPOBJ 4

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

DESCKIND_MAX 5

Wskazuje koniec znacznika wyliczenia.

DESCKIND_NONE 0

Wskazuje, że nie znaleziono dopasowania.

DESCKIND_TYPECOMP 3

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

DESCKIND_VARDESC 2

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

Uwagi

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

Dotyczy