Compartilhar via


Método RibbonControlLengthConverter.ConvertTo (ITypeDescriptorContext, CultureInfo, Object, Type)

Converte uma instância de RibbonControlLength estrutura para uma instância do tipo especificado.

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

Sintaxe

'Declaração
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

Parâmetros

  • destinationType
    Tipo: System.Type
    O tipo para converter o valor.

Valor de retorno

Tipo: System.Object
O valor convertido.

Exceções

Exceção Condição
ArgumentNullException

destinationType is null.

ArgumentException

valueis not a RibbonControlLength.

- ou -

destinationTypenão é um tipo de conversão válida.

Segurança do .NET Framework

Consulte também

Referência

RibbonControlLengthConverter Classe

Sobrecargas ConvertTo

Namespace Microsoft.Windows.Controls.Ribbon