HideModuleNameAttribute
(Microsoft.VisualBasic.HideModuleNameAttribute)
Inherits:
System.Attribute
Interfaces:
_Attribute
Derived Types:
0
Assembly:
Microsoft.VisualBasic.dll
The HideModuleNameAttribute attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module.
VB.NET
C#
|
VB.NET
Public NotInheritable Class HideModuleNameAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
End Class
Articles