إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Initializes a new instance of the CopyTextCommand class with the command text set to the text parameter, its name set to "Copy", and an icon added.
public CopyTextCommand(string text)
{
Text = text;
Name = "Copy";
Icon = new IconInfo("\uE8C8");
}
Parameters
text String
The text to be copied to the clipboard. This parameter is used to set the Text property of the command.
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Windows developer