DESCKIND Enum

Definition

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
Inheritance
DESCKIND
Attributes

Fields

DESCKIND_FUNCDESC 1

Indicates that a FUNCDESC structure was returned.

DESCKIND_IMPLICITAPPOBJ 4

Indicates 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

Indicates that a TYPECOMP was returned.

DESCKIND_VARDESC 2

Indicates that a VARDESC was returned.

Remarks

For more information, see DESCKIND enumeration.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Applies to