Implements the Attributes property and, when implemented by a derived class, gets a bitmask indicating the attributes associated with the Type.
[Visual Basic] MustOverride Protected Function GetAttributeFlagsImpl() As _ TypeAttributes [C#] protected abstract TypeAttributes GetAttributeFlagsImpl(); [C++] protected: virtual TypeAttributes GetAttributeFlagsImpl() = 0; [JScript] protected abstract function GetAttributeFlagsImpl() : TypeAttributes;
A TypeAttributes object representing the attribute set of the Type.
Abstract. This method must be implemented by a derived class.