Share via


OAProjectItem.ProjectItems Property

Gets a ProjectItems for the object.

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 OAProjectItem 
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

ProjectItem.ProjectItems

.NET Framework Security

See Also

Reference

OAProjectItem Class

OAProjectItem Members

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