'Declaration
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=True, Inherited=True)> <BaseTypeRequiredAttribute(System.Type[])> <ComVisibleAttribute(False)> Public NotInheritable Class BaseTypeRequiredAttribute Inherits System.Attribute Implements System.Runtime.InteropServices._Attribute
'Usage
Dim instance As BaseTypeRequiredAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class, AllowMultiple=true, Inherited=true)] [BaseTypeRequired(System.Type[])] [ComVisible(false)] public sealed class BaseTypeRequiredAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
[AttributeUsage(ValidOn=AttributeTargets.Class, AllowMultiple=true, Inherited=true)] [BaseTypeRequired(System.Type[])] [ComVisible(false)] public ref class BaseTypeRequiredAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute