UIHierarchyItem.Object Property

Definition

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.

Applies to