Programs Interface

 

A collection of Program objects.

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

[GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface class Programs : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

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

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Programs collection.

NameDescription
System_CAPS_pubmethodGetEnumerator()

Returns an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Returns a Program object in a Programs collection.

System_CAPS_importantImportant

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.

Return to top
Show: