Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Provides attributes for the filter of types.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
<FlagsAttribute> _
PublicEnumerationTypeSelectorIncludes
[FlagsAttribute]
publicenumTypeSelectorIncludes
[FlagsAttribute]
publicenum classTypeSelectorIncludes
publicenum TypeSelectorIncludes
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No filter are applied to types. | |
| AbstractTypes | 1 | Inclue abstract types in the filter. | |
| Interfaces | 2 | Inclue interfaces in the filter. | |
| BaseType | 4 | Inclue base types in the filter. | |
| NonpublicTypes | 8 | Inclue non public types in the filter. |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |