Program.Collection Property

Gets the collection that contains the object that supports this property or is contained in this code construct. Returns null for an object that is not obtained from a collection.

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

Syntax

'Declaration
ReadOnly Property Collection As Programs
Programs Collection { get; }
property Programs^ Collection {
    Programs^ get ();
}
abstract Collection : Programs with get
function get Collection () : Programs

Property Value

Type: EnvDTE.Programs
A Programs collection.

.NET Framework Security

See Also

Reference

Program Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples