ProjectItem.Collection Property

Definition

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

Applies to