Programs Interface

Definition

A collection of Program objects.

public interface class Programs : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Programs : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")]
public interface Programs : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Programs = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")>]
type Programs = interface
    interface IEnumerable
Public Interface Programs
Implements IEnumerable
Attributes
Implements

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.

Properties

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.

Methods

GetEnumerator()

Returns an enumeration for items in a collection.

Item(Object)

Returns a Program object in a Programs collection.

Applies to