DESCKIND 枚举
定义
警告
此 API 现已过时。
public enum class DESCKIND
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[System.Serializable]
public enum DESCKIND
type DESCKIND =
Public Enum DESCKIND
- 继承
- 属性
字段
DESCKIND_FUNCDESC | 1 | |
DESCKIND_IMPLICITAPPOBJ | 4 | 指示返回了 |
DESCKIND_MAX | 5 | 指示枚举标记的结尾。Indicates an end of enumeration marker. |
DESCKIND_NONE | 0 | 指示未找到任何匹配项。Indicates that no match was found. |
DESCKIND_TYPECOMP | 3 | 指示返回了 |
DESCKIND_VARDESC | 2 | 指示返回了 |
注解
有关 DESCKIND
枚举的详细信息,请参阅 MSDN Library。For more information about the DESCKIND
enumeration, see the MSDN Library.