OAReferences.Parent Property

Gets the parent object of the corresponding ReferenceContainerNode.

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

Syntax

'宣言
Public ReadOnly Property Parent As Object
'使用
Dim instance As OAReferences
Dim value As Object

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

Property Value

Type: System.Object

The object that represents the parent of the ReferenceContainerNode.

Implements

References.Parent

Permissions

See Also

Reference

OAReferences Class

OAReferences Members

Microsoft.VisualStudio.Package.Automation Namespace