Editja

PropertyPathConverter Class

Definition

Provides a type converter for PropertyPath objects.

public ref class PropertyPathConverter sealed : System::ComponentModel::TypeConverter
public sealed class PropertyPathConverter : System.ComponentModel.TypeConverter
type PropertyPathConverter = class
    inherit TypeConverter
Public NotInheritable Class PropertyPathConverter
Inherits TypeConverter
Inheritance
PropertyPathConverter

Remarks

A PropertyPath is used to specify type and property paths to objects involved in a binding, or for storyboard target property paths.

Constructors

Name Description
PropertyPathConverter()

Initializes a new instance of the PropertyPathConverter class.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether this converter can convert an object of one type to the PropertyPath type.

CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the PropertyPath type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified value to the PropertyPath type.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified value object to the PropertyPath type.

Applies to