ILanguageServiceProvider.UninitializeAsync(String) 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.
Removes the language service integration for the specified file.
public:
System::Threading::Tasks::Task ^ UninitializeAsync(System::String ^ filePath);
public System.Threading.Tasks.Task UninitializeAsync (string filePath);
abstract member UninitializeAsync : string -> System.Threading.Tasks.Task
Public Function UninitializeAsync (filePath As String) As Task
Parameters
- filePath
- String
The absolute path of the file to initialize the language service for.
Returns
A task that tracks the asynchronous operation.