Uredi

DynamicResourceExtensionConverter Class

Definition

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
DynamicResourceExtensionConverter

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.

Applies to

See also