Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.32 KB

File metadata and controls

26 lines (24 loc) · 1.32 KB
title Attributes (Visual Basic)
ms.date 07/20/2015
ms.prod .net
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
attributes [Visual Basic]
ms.assetid 5deb2b8a-1afd-4dbd-8ee8-f093d74ad0eb
caps.latest.revision 12
author dotnet-bot
ms.author dotnetcontent

Attributes (Visual Basic)

[!INCLUDEvbprvb] provides several attributes that allow objects 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 [!INCLUDEvbprvb].

xref:Microsoft.VisualBasic.ComClassAttribute Instructs the compiler to add metadata that allows a class to be exposed as a COM object.
xref:Microsoft.VisualBasic.HideModuleNameAttribute Allows the module members to be accessed using only the qualification needed for the module.
xref:Microsoft.VisualBasic.VBFixedArrayAttribute Indicates that an array in a structure or non-local variable should be treated as a fixed-length array.
xref:Microsoft.VisualBasic.VBFixedStringAttribute Indicates that a string should be treated as if it were fixed length.

See Also

Attributes overview