IVsAsyncUIFactory Interface
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 interface class IVsAsyncUIFactory
public interface IVsAsyncUIFactory
[System.Runtime.InteropServices.Guid("15E1B521-EFA1-40B6-8CC1-BDBA417FD5A1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncUIFactory
type IVsAsyncUIFactory = interface
[<System.Runtime.InteropServices.Guid("15E1B521-EFA1-40B6-8CC1-BDBA417FD5A1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncUIFactory = interface
Public Interface IVsAsyncUIFactory
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
CreateUIElementAsync(Guid, UInt32) |