Program.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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