OASolutionFolder<T>.Parent Property

Gets the parent of this node.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property Parent As Project
'使用
Dim instance As OASolutionFolder
Dim value As Project

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

Property Value

Type: Project

When implemented by derived classes, the parent Project.

Implements

SolutionFolder.Parent

Remarks

This method throws a NotImplementedException. Solution folders are at the top level of the hierarchy and do not have parents.

Permissions

See Also

Reference

OASolutionFolder<T> Class

OASolutionFolder<T> Members

Microsoft.VisualStudio.Package.Automation Namespace