Expression Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Expression object contains properties used to examine items returned by an expression evaluation.
public interface class Expression
public interface class Expression
__interface Expression
[System.Runtime.InteropServices.Guid("27ADC812-BB07-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Expression
[System.Runtime.InteropServices.Guid("27ADC812-BB07-11D2-8AD1-00C04F79E479")]
public interface Expression
[<System.Runtime.InteropServices.Guid("27ADC812-BB07-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Expression = interface
[<System.Runtime.InteropServices.Guid("27ADC812-BB07-11D2-8AD1-00C04F79E479")>]
type Expression = interface
Public Interface Expression
- Derived
- Attributes
Properties
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. |