OAProperties.Parent Property

Gets the immediate parent of the properties 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 OAProperties
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

When overridden by derived classes, the parent object of the properties collection.

Implements

PropertiesParent()

Remarks

By default returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace

Parent()