Share via


OAProject.ProjectItems Property

Gets the collection of project items for this project.

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

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

Property Value

Type: EnvDTE.ProjectItems

Implements

Project.ProjectItems

.NET Framework Security

See Also

Reference

OAProject Class

OAProject Members

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