The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | IXamlNameProvider service is missing or invalid. |
| ArgumentNullException | context is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: