Gets the parent of this collection.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Parent As Object
'使用
Dim instance As OANavigableProjectItems
Dim value As Object
value = instance.Parent
public virtual Object Parent { get; }
public:
virtual property Object^ Parent {
Object^ get ();
}
public function get Parent () : Object
Property Value
Type: System.Object
The HierarchyNode that owns the items.
Implements
ProjectItemsParent()
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.