IVsAsyncUIFactory.CreateUIElementAsync(Guid, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.