ProjectItem.Collection Property

Gets the ProjectItems collection containing the ProjectItem object supporting this property.

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

Syntax

'Declaration
ReadOnly Property Collection As ProjectItems
'Usage
Dim instance As ProjectItem 
Dim value As ProjectItems 

value = instance.Collection
ProjectItems Collection { get; }
property ProjectItems^ Collection {
    ProjectItems^ get ();
}
function get Collection () : ProjectItems

Property Value

Type: EnvDTE.ProjectItems
A ProjectItems collection.

.NET Framework Security

See Also

Reference

ProjectItem Interface

ProjectItem Members

EnvDTE Namespace

Other Resources

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