UIFactoryHelper Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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
Public methodStatic member CreateElementAndDataSource(FactoryElementIDBundle)
Public methodStatic member CreateElementAndDataSource(FactoryElementID, FactoryElementID)
Public methodStatic member GetViewFromUIFactory(VsUIElementDescriptor) Microsoft internal use only. Creates a UI element from the UI factory service from the UI element descriptor.
Public methodStatic member GetViewFromUIFactory(Guid, UInt32) Microsoft internal use only. Creates a UI element from the UI factory service from the UI element identifier.
Public methodStatic member 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.

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace