DESCKIND Výčet

Definice

Upozornění

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

Upozornění

Toto rozhraní API je teď zastaralé.

Místo toho použijte 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
Dědičnost
DESCKIND
Atributy

Pole

DESCKIND_FUNCDESC 1

Označuje, že FUNCDESC byla vrácena hodnota.

DESCKIND_IMPLICITAPPOBJ 4

Označuje, že IMPLICITAPPOBJ byla vrácena hodnota.

DESCKIND_MAX 5

Označuje konec značky výčtu.

DESCKIND_NONE 0

Označuje, že nebyla nalezena žádná shoda.

DESCKIND_TYPECOMP 3

Označuje, že TYPECOMP byla vrácena hodnota.

DESCKIND_VARDESC 2

Označuje, že VARDESC byla vrácena hodnota.

Poznámky

Další informace o výčtu DESCKIND najdete v knihovně MSDN.

Platí pro