หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'attribute_specifiers' : InternalsVisibleTo declarations cannot have a version, culture, or processor architecture specified
Remarks
The InternalsVisibleToAttribute attribute was not specified correctly.
Example
The following example generates C2262.
// C2262.cpp
// compile with: /clr /c
using namespace System::Runtime::CompilerServices;
[assembly: InternalsVisibleTo("assembly_name, version=1.2.3.7")]; // C2262
[assembly: InternalsVisibleTo("assembly_name ")]; // OK