RepeatBehaviorConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts instances of RepeatBehavior to and from other data types.
public ref class RepeatBehaviorConverter sealed : System::ComponentModel::TypeConverter
public sealed class RepeatBehaviorConverter : System.ComponentModel.TypeConverter
type RepeatBehaviorConverter = class
inherit TypeConverter
Public NotInheritable Class RepeatBehaviorConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| RepeatBehaviorConverter() |
Initializes a new instance of the RepeatBehaviorConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether or not conversion from a specified data type is possible. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines if conversion to a specified type is possible. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts a given string value to an instance of RepeatBehaviorConverter. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts an instance of RepeatBehavior to a supported destination type. |