IDocumentEventsListener.RenamedAsync 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.
Called after a document is renamed.
public System.Threading.Tasks.Task RenamedAsync (Microsoft.VisualStudio.RpcContracts.Documents.RenamedDocumentEventArgs e, System.Threading.CancellationToken token);
abstract member RenamedAsync : Microsoft.VisualStudio.RpcContracts.Documents.RenamedDocumentEventArgs * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RenamedAsync (e As RenamedDocumentEventArgs, token As CancellationToken) As Task
Parameters
The event arguments.
- token
- CancellationToken
The cancellation token.
Returns
A Task representing the asynchronous operation.