IExtendedObject Interface
Visual Studio 2015
Gives access to the inner object of an extended object. An example of an extended object is an object inside a container where the container provides additional properties for the object, such as Top or Left for position on a form.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetInnerObject(Guid, IntPtr) | Retrieves the inner object corresponding to a GUID. |
You can create type libraries for extended objects. For more information see IExtendedTypeLib.
Show:
