DESCKIND 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
请改用 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
- 继承
- 属性
字段
DESCKIND_FUNCDESC | 1 | 指示返回了 FUNCDESC。 |
DESCKIND_IMPLICITAPPOBJ | 4 | 指示返回了 |
DESCKIND_MAX | 5 | 指示枚举标记的结尾。 |
DESCKIND_NONE | 0 | 指示未找到任何匹配项。 |
DESCKIND_TYPECOMP | 3 | 指示返回了 |
DESCKIND_VARDESC | 2 | 指示返回了 |
注解
有关 枚举的详细信息 DESCKIND
,请参阅 MSDN 库。