إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
'attribute': unnamed arguments must precede named arguments
Remarks
Unnamed arguments must be passed to an attribute before named arguments.
For more information, see User-Defined Attributes.
Example
The following example generates C3106.
// C3106.cpp
// compile with: /c
[module(name="MyLib", dll)]; // C3106
[module(dll, name="MyLib")]; // OK