Share via


OAProjectItem.Collection Property

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

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Collection As ProjectItems
'Usage
Dim instance As OAProjectItem 
Dim value As ProjectItems 

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

Property Value

Type: EnvDTE.ProjectItems

Implements

ProjectItem.Collection

.NET Framework Security

See Also

Reference

OAProjectItem Class

OAProjectItem Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace