Freigeben über


RibbonControlLengthConverter.CanConvertTo-Methode (ITypeDescriptorContext, Type)

Bestimmt, ob eine Instanz der RibbonControlLength-Struktur in eine Instanz des angegebenen Typs konvertiert werden kann.

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

Syntax

'Declaration
Public Overrides Function CanConvertTo ( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean
public override bool CanConvertTo(
    ITypeDescriptorContext context,
    Type destinationType
)
public:
virtual bool CanConvertTo(
    ITypeDescriptorContext^ context, 
    Type^ destinationType
) override
abstract CanConvertTo : 
        context:ITypeDescriptorContext * 
        destinationType:Type -> bool 
override CanConvertTo : 
        context:ITypeDescriptorContext * 
        destinationType:Type -> bool 
public override function CanConvertTo(
    context : ITypeDescriptorContext, 
    destinationType : Type
) : boolean

Parameter

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

Rückgabewert

Typ: System.Boolean
true , wenn dieser Konverter die Konvertierung durchführen kann, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonControlLengthConverter Klasse

CanConvertTo-Überladung

Microsoft.Windows.Controls.Ribbon-Namespace