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
    Get
'Usage
Dim instance As OAProjectItem
Dim value As ProjectItems

value = instance.Collection
public virtual ProjectItems Collection { get; }
public:
virtual property ProjectItems^ Collection {
    ProjectItems^ get ();
}
function get Collection () : ProjectItems
abstract Collection : ProjectItems
override 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