Engines 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 debugging Engine objects.
public interface class Engines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("9F998C5E-549E-4C74-9FD8-B3A93D85A248")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Engines : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("9F998C5E-549E-4C74-9FD8-B3A93D85A248")]
public interface Engines : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("9F998C5E-549E-4C74-9FD8-B3A93D85A248")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Engines = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("9F998C5E-549E-4C74-9FD8-B3A93D85A248")>]
type Engines = interface
interface IEnumerable
Public Interface Engines
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets a value indicating the number of objects in the Engines collection. |
DTE |
Gets the top-level extensibility object. |
Parent |
Gets the immediate parent object of a Engines collection. |
Methods
GetEnumerator() |
Gets an enumeration for items in a collection. |
Item(Object) |
Gets an indexed member of a Engines collection. |