OANullProperty.Parent Property

Gets the parent properties 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 OANullProperty
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

Properties.

Implements

PropertyParent()

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace