In This Topic
Describes the field types to return.
Syntax
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Usage",
CheckId="CA2217:DoNotMarkEnumsWithFlags",
Scope="",
Target="",
MessageId="",
Justification="")>
<FlagsAttribute()>
Public Enum GetTextAttr
Inherits System.Enum
'Usage
Dim instance As GetTextAttr
[SuppressMessage(Category="Microsoft.Usage",
CheckId="CA2217:DoNotMarkEnumsWithFlags",
Scope="",
Target="",
MessageId="",
Justification="")]
[Flags()]
public enum GetTextAttr : System.Enum
Members
Member | Description |
Any | All fields. |
Hidden | Hidden fields such as password. |
None | No fields. |
Protected | Read-only fields. |
ProtectionMask | Mask selecting only the 'Protection' attributes. |
Unprotected | Read/write fields. |
VisibilityMask | Mask selecting only the 'Visibilty' attributes. |
Visible | Visible fields. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.Common.GetTextAttr
See Also