OAProperty.Parent Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Properties
public Properties Parent { get; }
public:
virtual property Properties^ Parent {
    Properties^ get () sealed;
}
abstract Parent : Properties
override Parent : Properties
final function get Parent () : Properties

Property Value

Type: EnvDTE.Properties

Implements

Property.Parent

.NET Framework Security

See Also

Reference

OAProperty Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace