Expression Properties
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Collection | Gets the collection containing the object supporting this property or contained within this code construct. |
![]() | DataMembers | If the expression represents a class or a structure, this property gets a list of member variables as an Expressions collection. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | IsValidValue | Indicates whether the specified value in an expression is valid. |
![]() | Name | Gets the name of the object. |
![]() | Parent | Gets the immediate parent object of an Expression object. |
![]() | Type | Gets a constant indicating the object type. |
![]() | Value | Sets or gets the data for the object. |
Show:
