Share via


OAProject.ParentProjectItem Property

When implemented in a derived class, gets the project item for the nested 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 ParentProjectItem As ProjectItem
'Usage
Dim instance As OAProject 
Dim value As ProjectItem 

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

Property Value

Type: EnvDTE.ProjectItem

Implements

Project.ParentProjectItem

.NET Framework Security

See Also

Reference

OAProject Class

OAProject Members

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