Enumerate |
public sealed class EnumerateExtension : MarkupExtension
The EnumerateExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| EnumerateExtension(Type) | Initializes a new instance of the EnumerateExtension class | |
| EnumerateExtension(Type, Boolean) | Initializes a new instance of the EnumerateExtension class |
| Name | Description | |
|---|---|---|
| Count | Enumerates only the first n objects | |
| CustomOrder | ||
| IncludeEnum | If true, a tuple with text and enum is returned instead of the text string. | |
| OrderByName | ||
| ToolTip | If true, a tuple with text and tooltip is returned instead of the text string. | |
| Type |
| Name | Description | |
|---|---|---|
| ProvideValue | When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension. (Overrides MarkupExtensionProvideValue(IServiceProvider)) |