Expressions Interface
A collection of Expression objects.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("2685337A-BB9E-11D2-8AD1-00C04F79E479")> _
Public Interface Expressions _
Inherits IEnumerable
[GuidAttribute("2685337A-BB9E-11D2-8AD1-00C04F79E479")]
public interface Expressions : IEnumerable
[GuidAttribute(L"2685337A-BB9E-11D2-8AD1-00C04F79E479")]
public interface class Expressions : IEnumerable
[<GuidAttribute("2685337A-BB9E-11D2-8AD1-00C04F79E479")>]
type Expressions =
interface
interface IEnumerable
end
public interface Expressions extends IEnumerable
The Expressions type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an enumeration for items in a collection. | |
Item | Returns a Expression object in a Expressions collection. |
Top