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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an enumeration for items in a collection. | |
Item | Returns an indexed member of a Processes collection. |
Top