UIFactoryHelper.GetViewFromUIFactory Method (VsUIElementDescriptor)

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

Microsoft internal use only.

Creates a UI element from the UI factory service from the UI element descriptor.

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 Shared Function GetViewFromUIFactory ( _
    viewDescriptor As VsUIElementDescriptor _
) As IVsUIElement
public static IVsUIElement GetViewFromUIFactory(
    VsUIElementDescriptor viewDescriptor
)
public:
static IVsUIElement^ GetViewFromUIFactory(
    VsUIElementDescriptor viewDescriptor
)
static member GetViewFromUIFactory : 
        viewDescriptor:VsUIElementDescriptor -> IVsUIElement
public static function GetViewFromUIFactory(
    viewDescriptor : VsUIElementDescriptor
) : IVsUIElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIElement
An element from the UI factory.

.NET Framework Security

See Also

Reference

UIFactoryHelper Class

GetViewFromUIFactory Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace