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
'Usage
Dim instance As Programs
[GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface Programs : IEnumerable
[GuidAttribute(L"DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface class Programs : IEnumerable
public interface Programs extends IEnumerable

Remarks

Important noteImportant Note:

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.

See Also

Reference

Programs Members

EnvDTE Namespace

Other Resources

Automation Object Model Chart