Property::Object Property

 

Sets or gets the object supporting the Property object.

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

property Object^ Object {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An object representing the value of the Property object.

If you use Property.Value instead of Property.Object, then the Property object returns a Properties collection instead of an Object value. That is, the IDispatch that would be returned via Property.Object is wrapped so that Property.Value returns a nested Properties collection.

No code example is currently available or this language may not be supported.
Return to top
Show: