This topic has not yet been rated - Rate this topic

Type.GetAttributeFlagsImpl Method

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.