إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The Invoke method is used to execute the command associated with the InvokableCommand instance. This method is typically called when the command is triggered by the user. Keeps the command palette open after the command is invoked.
Returns
A CommandResult.KeepOpen() object that indicates the command palette should remain open after the command is executed. This allows the user to continue interacting with the command palette without having to reopen it.
Windows developer