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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.