ActionTypeConverter 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.
Represents the action type converter class.
public ref class ActionTypeConverter : System::ComponentModel::TypeConverter
public class ActionTypeConverter : System.ComponentModel.TypeConverter
type ActionTypeConverter = class
inherit TypeConverter
Public Class ActionTypeConverter
Inherits TypeConverter
- Inheritance
-
ActionTypeConverter
Constructors
ActionTypeConverter() |
Initializes a new instance of the ActionTypeConverter class. |
Methods
CanConvertFrom(ITypeDescriptorContext, Type) |
Specifies whether the action type converter can convert from a specified source object. |
CanConvertTo(ITypeDescriptorContext, Type) |
Specifies whether the action type converter can convert to a specified destination object. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the action type object from a specified object. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the action type object to a specified object. |
GetStandardValues(ITypeDescriptorContext) |
Gets the collection of standard values of the action type object. |
GetStandardValuesSupported(ITypeDescriptorContext) |
Returns the standard values supported by the action type object. |