Property::Object Property
Visual Studio 2015
Sets or gets the object supporting the Property object.
Assembly: EnvDTE (in EnvDTE.dll)
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.
Show: