SVsUIFactory 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.
Represents the user interface factory in the Visual Studio user interface. Use this service to get IVsUIFactory.
public interface class SVsUIFactory
public interface class SVsUIFactory
__interface SVsUIFactory
public interface SVsUIFactory
[System.Runtime.InteropServices.Guid("570352BF-9B42-4C1F-B0C4-A8323D8F7BD3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsUIFactory
type SVsUIFactory = interface
[<System.Runtime.InteropServices.Guid("570352BF-9B42-4C1F-B0C4-A8323D8F7BD3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type SVsUIFactory = interface
Public Interface SVsUIFactory
- Attributes
Remarks
The service represented by this interface is safe to access from any thread.