Processes Interface

A collection of Process objects.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")> _
Public Interface Processes _
    Inherits IEnumerable
[GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
public interface Processes : IEnumerable
[GuidAttribute(L"9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
public interface class Processes : IEnumerable
[<GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")>]
type Processes =  
    interface 
        interface IEnumerable 
    end
public interface Processes extends IEnumerable

The Processes type exposes the following members.

Properties

  Name Description
Public property Count Gets a value indicating the number of objects in the Processes collection.
Public property DTE Gets the top-level extensibility object.
Public property Parent Gets the immediate parent object of a Processes collection.

Top

Methods

  Name Description
Public method GetEnumerator Gets an enumeration for items in a collection.
Public method Item Returns an indexed member of a Processes collection.

Top

See Also

Reference

EnvDTE Namespace

Other Resources

Automation Object Model Chart