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

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

Property Value

Type: EnvDTE.ProjectItems
This method returns null.

Implements

ProjectItem.ProjectItems

.NET Framework Security

See Also

Reference

OAProjectItem Class

OAProjectItem Members

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