ProjectItem.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 ProjectItems collection containing the ProjectItem object supporting this property.
public:
property EnvDTE::ProjectItems ^ Collection { EnvDTE::ProjectItems ^ get(); };
[System.Runtime.InteropServices.DispId(54)]
public EnvDTE.ProjectItems Collection { [System.Runtime.InteropServices.DispId(54)] get; }
[<System.Runtime.InteropServices.DispId(54)>]
[<get: System.Runtime.InteropServices.DispId(54)>]
member this.Collection : EnvDTE.ProjectItems
Public ReadOnly Property Collection As ProjectItems
Property Value
A ProjectItems collection.
- Attributes