IVsUIFactory Interface
Visual Studio 2015
Represents a UI factory that creates IVsUIElement objects.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateUIElement(Guid, UInt32, IVsUIElement) | Creates an instance of the specified element. |
This interface is implemented by packages that supply their own UI factories. It is also implemented by the shell as the SVsUIFactory service.
Register your UI factory under the UIProviders subkey in the registry. Each factory must be supplied by a package. The package must call RegisterUIFactory in its SetSite call.
Show:
