Jezik
Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Enumerates additional kinds of fields that an IDebugField object can contain. This enumeration extends the FIELD_KIND enumeration.
Syntax
public enum enum_FIELD_KIND_EX
{
FIELD_KIND_EX_NONE = 0,
FIELD_TYPE_EX_METHODVAR = 0x1,
FIELD_TYPE_EX_CLASSVAR = 0x2
};
Fields
FIELD_KIND_EX_NONE
Field does not contain an extended type.
FIELD_TYPE_EX_METHODVAR
Field contains a method variable.
FIELD_TYPE_EX_CLASSVAR
Field contains a class variable.
Requirements
Header: Sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll