IAsyncQuickInfoSession.DismissAsync 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.
Dismisses the Quick Info session, if applicable. If the session is already dismissed, this method no-ops.
public:
System::Threading::Tasks::Task ^ DismissAsync();
public System.Threading.Tasks.Task DismissAsync ();
abstract member DismissAsync : unit -> System.Threading.Tasks.Task
Public Function DismissAsync () As Task
Returns
A task tracking the completion of the operation.