UIHierarchyItem.Object Property

Gets an object that can be accessed by name at run time.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Object As Object
Object Object { get; }
property Object^ Object {
    Object^ get ();
}
abstract Object : Object
function get Object () : Object

Property Value

Type: System.Object
An object that can be accessed by name at run time.

Remarks

Object returns the object behind the item.

.NET Framework Security

See Also

Reference

UIHierarchyItem Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples