ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
Collapse the table of content
Expand the table of content

PropertyPathConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the given value to the PropertyPath type.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
culture
Type: System.Globalization.CultureInfo
The CultureInfo to use as the current culture.
value
Type: System.Object
The object to convert.

Return Value

Type: System.Object
The returned PropertyPath.

ExceptionCondition
NotSupportedException

value is not a string and is not an existing PropertyPath.

This implementation only returns a result for a value of type String, or if value is already a valid PropertyPath.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft