This topic has not yet been rated - Rate this topic

Programs Interface

A collection of Program objects.

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

[GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479")] 
public interface Programs : IEnumerable
/** @attribute GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479") */ 
public interface Programs extends IEnumerable
GuidAttribute("DC6A118A-BBAB-11D2-8AD1-00C04F79E479") 
public interface Programs extends IEnumerable
NoteImportant

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.