DESCKIND 枚举

定义

注意

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
属性

字段

名称 说明
DESCKIND_NONE 0

指示找不到匹配项。

DESCKIND_FUNCDESC 1

指示返回了一个 FUNCDESC

DESCKIND_VARDESC 2

指示返回了一个 VARDESC

DESCKIND_TYPECOMP 3

指示返回了一个 TYPECOMP

DESCKIND_IMPLICITAPPOBJ 4

指示返回了一个 IMPLICITAPPOBJ

DESCKIND_MAX 5

指示枚举标记的末尾。

注解

有关枚举的详细信息 DESCKIND ,请参阅 MSDN 库。

适用于