Expression2 Interface

 

The Expression2 object contains properties used to examine items returned by an expression evaluation.

Namespace:   EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

[GuidAttribute("F15A2DAD-5C82-4802-BEBC-5431B6ED5557")]
public interface Expression2 : Expression

NameDescription
System_CAPS_pubpropertyCollection

Gets the collection containing the object supporting this property or contained within this code construct.

System_CAPS_pubpropertyDataMembers

If the expression represents a class or a structure, this property gets a list of member variables as an Expressions collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyIsValidValue

Indicates whether the specified value in an expression is valid.

System_CAPS_pubpropertyName

Gets the name of the object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of an Expression2 object.

System_CAPS_pubpropertyType

Gets a constant indicating the object type.

System_CAPS_pubpropertyValue

Sets or gets the data for the object.

NameDescription
System_CAPS_pubmethodDeleteObjectID()

Deletes the object ID.

System_CAPS_pubmethodMakeObjectID()

Creates the object ID.

Return to top
Show: