VCActiveXReference.Parent Property
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 parent object of a given object.
public:
property System::Object ^ Parent { System::Object ^ get(); };
C++/CX
public:
property Platform::Object ^ Parent { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(677)]
public object Parent { [System.Runtime.InteropServices.DispId(677)] get; }
[<System.Runtime.InteropServices.DispId(677)>]
[<get: System.Runtime.InteropServices.DispId(677)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object
The parent object.
- Attributes
The Parent property returns the immediate parent of the object or collection.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |