VCCodeIDLImport.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the immediate object of a given object.
public:
property System::Object ^ Parent { System::Object ^ get(); };
public:
property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(577)]
public object Parent { [System.Runtime.InteropServices.DispId(577)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object
Property Value
The parent object.
- Attributes
Remarks
The Parent property returns the immediate parent to the object or collection. If you want to get the containing collection, then use the Collection property.