Expression Members

Include Protected Members
Include Inherited Members

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

The Expression type exposes the following members.

Properties

 

Name

Description

Public property

Collection

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

Public property

DataMembers

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

Public property

DTE

Gets the top-level extensibility object.

Public property

IsValidValue

Indicates whether the specified value in an expression is valid.

Public property

Name

Gets the name of the object.

Public property

Parent

Gets the immediate parent object of an Expression object.

Public property

Type

Gets a constant indicating the object type.

Public property

Value

Sets or gets the data for the object.

Top

See Also

Reference

Expression Interface

EnvDTE Namespace