Freigeben über


StringCollectionConverter.ConvertFrom-Methode (ITypeDescriptorContext, CultureInfo, Object)

Konvertiert das angegebene Objekt in einen StringCollection.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Object
Der konvertierte Wert.

.NET Framework-Sicherheit

Siehe auch

Referenz

StringCollectionConverter Klasse

ConvertFrom-Überladung

Microsoft.Windows.Controls.Ribbon-Namespace