NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.GetAttributeFlagsImpl

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;

Return Value

A TypeAttributes object representing the attribute set of the Type.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace | Attributes