UIFactoryHelper Class
Microsoft internal use only.
Provides helper methods for working with UI Factories.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.UIFactoryHelper
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class UIFactoryHelper
public static class UIFactoryHelper
public ref class UIFactoryHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type UIFactoryHelper = class end
public final class UIFactoryHelper
The UIFactoryHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetViewFromUIFactory(VsUIElementDescriptor) | Microsoft internal use only. Creates a UI element from the UI factory service from the UI element descriptor. | |
GetViewFromUIFactory(Guid, UInt32) | Microsoft internal use only. Creates a UI element from the UI factory service from the UI element identifier. | |
ResolveWpfViewAndSetDataContext | Microsoft internal use only. Given a UI element created by a UI factory, resolves it to a Windows Presentation Format (WPF) FrameworkElement and binds it to the given model. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.