Expressions 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.
A collection of Expression objects.
public interface class Expressions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2685337A-BB9E-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Expressions : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("2685337A-BB9E-11D2-8AD1-00C04F79E479")]
public interface Expressions : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2685337A-BB9E-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Expressions = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("2685337A-BB9E-11D2-8AD1-00C04F79E479")>]
type Expressions = interface
interface IEnumerable
Public Interface Expressions
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets a value indicating the number of objects in the collection. |
DTE |
Gets the top-level extensibility object. |
Parent |
Gets the immediate parent object of a Expressions collection. |
Methods
GetEnumerator() |
Gets an enumeration for items in a collection. |
Item(Object) |
Returns a Expression object in a Expressions collection. |