NameReferenceConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

.NET Framework (current version)
 

Converts an object to the specified type. This is intended to return XAML reference names for objects in an object graph.

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

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

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 retrieve the reference name for.

destinationType
Type: System::Type^

The type to return. You should always reference the String type.

Return Value

Type: System::Object^

The reference name of the input value object.

Exception Condition
InvalidOperationException

IXamlNameProvider service is missing or invalid.

ArgumentNullException

context is null.

.NET Framework
Available since 4.0
Return to top
Show: