UIHierarchyItem.Object 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 an object that can be accessed by name at run time.
public:
property System::Object ^ Object { System::Object ^ get(); };
public:
property Platform::Object ^ Object { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public object Object { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.Object : obj
Public ReadOnly Property Object As Object
Property Value
An object that can be accessed by name at run time.
- Attributes
Remarks
Object returns the object behind the item.