DESCKIND 枚举

定义

标识要绑定到的类型说明。Identifies the type description being bound to.

public enum class DESCKIND
public enum DESCKIND
[System.Serializable]
public enum DESCKIND
type DESCKIND = 
[<System.Serializable>]
type DESCKIND = 
Public Enum DESCKIND
继承
DESCKIND
属性

字段

DESCKIND_FUNCDESC 1

指示返回了 FUNCDESC 结构。Indicates that a FUNCDESC structure was returned.

DESCKIND_IMPLICITAPPOBJ 4

指示返回了 IMPLICITAPPOBJIndicates that an IMPLICITAPPOBJ was returned.

DESCKIND_MAX 5

指示枚举结尾标记。Indicates an end-of-enumeration marker.

DESCKIND_NONE 0

指示未找到任何匹配项。Indicates that no match was found.

DESCKIND_TYPECOMP 3

指示返回了 TYPECOMPIndicates that a TYPECOMP was returned.

DESCKIND_VARDESC 2

指示返回了 VARDESCIndicates that a VARDESC was returned.

注解

有关详细信息,请参阅 DESCKIND 枚举For more information, see DESCKIND enumeration.

当本机代码中的 COM 方法返回 HRESULT 时,公共语言运行时将引发异常。The common language runtime throws an exception when a COM method in native code returns an HRESULT. 有关更多信息,请参见 How to: Map HRESULTs and ExceptionsFor more information, see How to: Map HRESULTs and Exceptions.

适用于