TemplateBindingExpressionConverter 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 markup extension from a TemplateBindingExpression instance during serialization.
public ref class TemplateBindingExpressionConverter : System::ComponentModel::TypeConverter
public class TemplateBindingExpressionConverter : System.ComponentModel.TypeConverter
type TemplateBindingExpressionConverter = class
inherit TypeConverter
Public Class TemplateBindingExpressionConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| TemplateBindingExpressionConverter() |
Initializes a new instance of the TemplateBindingExpressionConverter 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 a MarkupExtension type. |