TemplateBindingExtensionConverter 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.
A type converter that is used to construct a TemplateBindingExtension from an instance during serialization.
public ref class TemplateBindingExtensionConverter : System::ComponentModel::TypeConverter
public class TemplateBindingExtensionConverter : System.ComponentModel.TypeConverter
type TemplateBindingExtensionConverter = class
inherit TypeConverter
Public Class TemplateBindingExtensionConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| TemplateBindingExtensionConverter() |
Initializes a new instance of the TemplateBindingExtensionConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type. |