ISuggestedAction::Invoke Method (CancellationToken)

Visual Studio 2015
 

Invokes the suggested action.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

void Invoke(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

A cancellation token that allows the user to cancel invocation of the action.

Return to top
Show: