VSTHRD200UseAsyncNamingConventionCodeFix.RegisterCodeFixesAsync 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:
override System::Threading::Tasks::Task ^ RegisterCodeFixesAsync(Microsoft::CodeAnalysis::CodeFixes::CodeFixContext context);
public override System.Threading.Tasks.Task RegisterCodeFixesAsync (Microsoft.CodeAnalysis.CodeFixes.CodeFixContext context);
override this.RegisterCodeFixesAsync : Microsoft.CodeAnalysis.CodeFixes.CodeFixContext -> System.Threading.Tasks.Task
Public Overrides Function RegisterCodeFixesAsync (context As CodeFixContext) As Task
Parameters
- context
- CodeFixContext