Program.Collection Property

Definition

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.

public:
 property EnvDTE::Programs ^ Collection { EnvDTE::Programs ^ get(); };
[System.Runtime.InteropServices.DispId(202)]
public EnvDTE.Programs Collection { [System.Runtime.InteropServices.DispId(202)] get; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
member this.Collection : EnvDTE.Programs
Public ReadOnly Property Collection As Programs

Property Value

A Programs collection.

Attributes

Applies to