Freigeben über


StringCollectionConverter.ConvertTo-Methode (ITypeDescriptorContext, CultureInfo, Object, Type)

Konvertiert ein Objekt vom Typ StringCollection in String oder InstanceDescriptor.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Overrides Function ConvertTo ( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object, _
    destinationType As Type _
) As Object
public override Object ConvertTo(
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value,
    Type destinationType
)
public:
virtual Object^ ConvertTo(
    ITypeDescriptorContext^ context, 
    CultureInfo^ culture, 
    Object^ value, 
    Type^ destinationType
) override
abstract ConvertTo : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object * 
        destinationType:Type -> Object 
override ConvertTo : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object * 
        destinationType:Type -> Object 
public override function ConvertTo(
    context : ITypeDescriptorContext, 
    culture : CultureInfo, 
    value : Object, 
    destinationType : Type
) : Object

Parameter

  • destinationType
    Typ: System.Type
    Der Typ, in den die value konvertiert werden soll.

Rückgabewert

Typ: System.Object
Der konvertierte Wert.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

value hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

– oder –

destinationType hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

StringCollectionConverter Klasse

ConvertTo-Überladung

Microsoft.Windows.Controls.Ribbon-Namespace