OAProperty.Parent Property

Gets the immediate parent of this object.

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

Syntax

'宣言
Public ReadOnly Property Parent As Properties
'使用
Dim instance As OAProperty
Dim value As Properties

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

Property Value

Type: Properties

Returns a Properties object containing the immediate parent.

Implements

PropertyParent()

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Parent()