Partager via


IVsAsyncUIFactory.CreateUIElementAsync(Guid, UInt32) Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ CreateUIElementAsync(Guid % guid, System::UInt32 dw);
public Microsoft.VisualStudio.Shell.Interop.IVsTask CreateUIElementAsync (ref Guid guid, uint dw);
abstract member CreateUIElementAsync : Guid * uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function CreateUIElementAsync (ByRef guid As Guid, dw As UInteger) As IVsTask

Parameters

guid
Guid
dw
UInt32

Returns

Remarks

This method is safe to access from any thread.

Applies to