Processes Interface

Definition

A collection of Process objects.

public interface class Processes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Processes : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
public interface Processes : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Processes = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")>]
type Processes = interface
    interface IEnumerable
Public Interface Processes
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets a value indicating the number of objects in the Processes collection.

DTE

Gets the top-level extensibility object.

Parent

Gets the immediate parent object of a Processes collection.

Methods

GetEnumerator()

Gets an enumeration for items in a collection.

Item(Object)

Returns an indexed member of a Processes collection.

Applies to