OAProperty.Parent Property

Microsoft Internal Use Only. Gets the immediate parent of this object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Properties
    Get
'Usage
Dim instance As OAProperty
Dim value As Properties

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

Property Value

Type: EnvDTE.Properties

Implements

Property.Parent

.NET Framework Security

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace