This documentation is archived and is not being maintained.
Type.GetAttributeFlagsImpl Method
.NET Framework 1.1
When overridden in a derived class, implements the Attributes property and gets a bitmask indicating the attributes associated with the Type.
[Visual Basic] Protected MustOverride Function GetAttributeFlagsImpl() As _ TypeAttributes [C#] protected abstract TypeAttributes GetAttributeFlagsImpl(); [C++] protected: virtual TypeAttributes GetAttributeFlagsImpl() = 0; [JScript] protected abstract function GetAttributeFlagsImpl() : TypeAttributes;
Return Value
A TypeAttributes object representing the attribute set of the Type.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Type Class | Type Members | System Namespace | Attributes | TypeAttributes
Show: