IVsRegisterUIFactories Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers user interface factories.
public interface class IVsRegisterUIFactories : Microsoft::VisualStudio::Shell::Interop::IVsUIFactory
public interface class IVsRegisterUIFactories : Microsoft::VisualStudio::Shell::Interop::IVsUIFactory
__interface IVsRegisterUIFactories : Microsoft::VisualStudio::Shell::Interop::IVsUIFactory
[System.Runtime.InteropServices.Guid("A146BAC8-4337-4D8F-8C51-9B5147DBCB8A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRegisterUIFactories : Microsoft.VisualStudio.Shell.Interop.IVsUIFactory
[<System.Runtime.InteropServices.Guid("A146BAC8-4337-4D8F-8C51-9B5147DBCB8A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRegisterUIFactories = interface
interface IVsUIFactory
Public Interface IVsRegisterUIFactories
Implements IVsUIFactory
- Attributes
- Implements
Remarks
Some members of this interface are safe to access from any thread.
Methods
CreateUIElement(Guid, UInt32, IVsUIElement) | |
RegisterUIFactory(Guid, IVsUIFactory) |
Registers the UI factory. |