_LIBCAT_CLASSTYPE Enum

Definition

Specifies the ClassType of a library item.

public enum class _LIBCAT_CLASSTYPE
public enum class _LIBCAT_CLASSTYPE
enum _LIBCAT_CLASSTYPE
public enum _LIBCAT_CLASSTYPE
type _LIBCAT_CLASSTYPE = 
Public Enum _LIBCAT_CLASSTYPE
Inheritance
_LIBCAT_CLASSTYPE

Fields

LCCT_CLASS 2

Library item is a Class.

LCCT_DELEGATE 512

Library item is a Delegate.

LCCT_ENUM 32

Library item is an Enumeration.

LCCT_ERROR 8192

Error condition.

LCCT_EXCEPTION 1024

Library item is an Exception.

LCCT_GLOBAL 4096

Library item is a Global.

LCCT_INTERFACE 4

Library item is an Interface.

LCCT_INTRINSIC 256

Library item is an Intrinsic.

LCCT_MAP 2048

Library item is a Map.

LCCT_MODULE 128

Library item is a Module.

LCCT_NSPC 1

Classtype is unspecified.

LCCT_STRUCT 8

Library item is a Struct.

LCCT_TYPEDEF 64

Library item is a Typedef.

LCCT_UNION 16

Library item is a Union.

Remarks

COM Signature

From vsshell.idl:

The environment calls GetCategoryField to retrieve the value assigned to a category of an object in an object list. Assign an appropriate value from this enumeration if the category requested is LC_CLASSTYPE.

Applies to