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
Remarks
This method throws a NotImplementedException. Solution folders are at the top level of the hierarchy and do not have parents.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.