public Task ActivateLastSelectedToolAsync()
Public Function ActivateLastSelectedToolAsync() As Task
// Get the first template - alternatively get a specific template var template = templates.First(); // Activate the last selected/used tool for the template template.ActivateLastSelectedToolAsync();
Target Platforms: Windows 11, Windows 10
EditingTemplate Class EditingTemplate Members