Gets the immediate parent of this 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 OAProperty
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
Returns a Properties object containing the immediate parent.
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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Parent()