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.
RepeatBehaviorConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
.NET Framework (current version)
Converts an instance of RepeatBehavior to a supported destination type.
Assembly: PresentationCore (in PresentationCore.dll)
public: [SecurityCriticalAttribute] virtual Object^ ConvertTo( ITypeDescriptorContext^ context, CultureInfo^ cultureInfo, Object^ value, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Context information required for conversion.
- cultureInfo
-
Type:
System.Globalization::CultureInfo^
Cultural information to respect during conversion.
- value
-
Type:
System::Object^
Object being evaluated for conversion.
- destinationType
-
Type:
System::Type^
Destination type being evaluated for conversion.
Return Value
Type: System::Object^The only supported destination types are String and InstanceDescriptor.
.NET Framework
Available since 3.0
Available since 3.0
Show: