IVsRegisterUIFactories.CreateUIElement(Guid, UInt32, IVsUIElement) Method

Definition

public:
 int CreateUIElement(Guid % guid, System::UInt32 dw, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ % ppUIElement);
public int CreateUIElement (ref Guid guid, uint dw, out Microsoft.VisualStudio.Shell.Interop.IVsUIElement ppUIElement);
abstract member CreateUIElement : Guid * uint32 * IVsUIElement -> int
Public Function CreateUIElement (ByRef guid As Guid, dw As UInteger, ByRef ppUIElement As IVsUIElement) As Integer

Parameters

guid
Guid
dw
UInt32
ppUIElement
IVsUIElement

Returns

Implements

Remarks

This method must be accessed on the main thread.

Applies to