DESCKIND 枚举

定义

注意

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

注意

现已弃用此 API。

请改用 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
继承
DESCKIND
属性

字段

DESCKIND_FUNCDESC 1

指示返回了 FUNCDESC

DESCKIND_IMPLICITAPPOBJ 4

指示返回了 IMPLICITAPPOBJ

DESCKIND_MAX 5

指示枚举标记的结尾。

DESCKIND_NONE 0

指示未找到任何匹配项。

DESCKIND_TYPECOMP 3

指示返回了 TYPECOMP

DESCKIND_VARDESC 2

指示返回了 VARDESC

注解

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

适用于