public Task ActivateAsync()
Public Function ActivateAsync() As Task
// Get the first template - alternatively get a specific template var template = templates.First(); // Activate the template without changing the current tool template.ActivateAsync();
Target Platforms: Windows 11, Windows 10
EditingTemplate Class EditingTemplate Members