DynamicResourceExtensionConverter 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 from parsed XAML to DynamicResourceExtension and supports dynamic resource references made from XAML.
public ref class DynamicResourceExtensionConverter : System::ComponentModel::TypeConverter
public class DynamicResourceExtensionConverter : System.ComponentModel.TypeConverter
type DynamicResourceExtensionConverter = class
inherit TypeConverter
Public Class DynamicResourceExtensionConverter
Inherits TypeConverter
- Inheritance
Remarks
Referencing the type converter is not typically necessary for typical scenarios that involve making resource references either from XAML or code. For more information about the markup extension that this type converter supports, see DynamicResource Markup Extension.
Constructors
| Name | Description |
|---|---|
| DynamicResourceExtensionConverter() |
Initializes a new instance of the DynamicResourceExtensionConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns a value indicating whether this converter can convert an object to the given destination type using the context. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the specified object to another type. |