Ghi
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử thay đổi thư mục.
Visual Basic provides several attributes that allow objects to interoperate with unmanaged code, and one attribute that enables module members to be accessed without the module name. The following table lists the attributes used by Visual Basic.
| Attribute | Description |
|---|---|
| ComClassAttribute | Instructs the compiler to add metadata that allows a class to be exposed as a COM object. |
| HideModuleNameAttribute | Allows the module members to be accessed using only the qualification needed for the module. |
| VBFixedArrayAttribute | Indicates that an array in a structure or non-local variable should be treated as a fixed-length array. |
| VBFixedStringAttribute | Indicates that a string should be treated as if it were fixed length. |
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem xét các vấn đề cũng như yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn cộng tác viên của chúng tôi.