Programs Interface
A collection of Program objects.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")> _
Public Interface Programs _
Inherits IEnumerable
[GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface Programs : IEnumerable
[GuidAttribute(L"DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface class Programs : IEnumerable
[<GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")>]
type Programs =
interface
interface IEnumerable
end
public interface Programs extends IEnumerable
The Programs 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 Programs collection. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumeration for items in a collection. | |
Item | Returns a Program object in a Programs collection. |
Top
Remarks
Important
This collection has been superseded by the Process2 object, so it should no longer be used. Existing code using this collection continues to work for backward-compatibility purposes. For new applications, use the Process2 object.