حدث
إنشاء تطبيقات ووكلاء الذكاء الاصطناعي
١٧ رمضان، ٩ م - ٢١ رمضان، ١٠ ص
انضم إلى سلسلة الاجتماعات لإنشاء حلول الذكاء الاصطناعي قابلة للتطوير استنادا إلى حالات الاستخدام في العالم الحقيقي مع المطورين والخبراء الآخرين.
تسجيل الآنلم يعد هذا المتصفح مدعومًا.
بادر بالترقية إلى Microsoft Edge للاستفادة من أحدث الميزات والتحديثات الأمنية والدعم الفني.
Windows Forms configuration settings allow a Windows Forms app to store and retrieve information about customized application settings such as multi-monitor support, high DPI support, and other predefined configuration settings.
Windows Forms application configuration settings are stored in an application configuration file's System.Windows.Forms.ApplicationConfigurationSection
element.
<configuration>
<System.Windows.Forms.ApplicationConfigurationSection>
...
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>
The following sections describe attributes, child elements, and parent elements.
None.
Element | Description |
---|---|
<add> |
Adds a configuration setting key with a specified value |
Element | Description |
---|---|
<configuration> | The root element in every configuration file used by the common language runtime and Windows Forms applications |
Starting with .NET Framework 4.7, the <System.Windows.Forms.ApplicationConfigurationSection>
element allows you to configure Windows Forms applications to take advantage of features added in recent releases of the .NET Framework.
The <System.Windows.Forms.ApplicationConfigurationSection>
element can include one or more child <add>
elements, each of which defines a specific configuration setting.
ملاحظات .NET
.NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات:
حدث
إنشاء تطبيقات ووكلاء الذكاء الاصطناعي
١٧ رمضان، ٩ م - ٢١ رمضان، ١٠ ص
انضم إلى سلسلة الاجتماعات لإنشاء حلول الذكاء الاصطناعي قابلة للتطوير استنادا إلى حالات الاستخدام في العالم الحقيقي مع المطورين والخبراء الآخرين.
تسجيل الآن