Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A575C060-5B17-11D1-AB3E-00A0C9055A90")> _
Public Interface IExtendedObject
'Usage
Dim instance As IExtendedObject
[InterfaceTypeAttribute()]
[GuidAttribute("A575C060-5B17-11D1-AB3E-00A0C9055A90")]
public interface IExtendedObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"A575C060-5B17-11D1-AB3E-00A0C9055A90")]
public interface class IExtendedObject
public interface IExtendedObject
Remarks
You can create type libraries for extended objects. For more information see IExtendedTypeLib.