Compartilhar via


Método StringCollectionConverter.CanConvertFrom (ITypeDescriptorContext, Type)

Determina se este conversor pode converter uma lista de seqüência de caracteres especificada para um StringCollection.

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

Sintaxe

'Declaração
Public Overrides Function CanConvertFrom ( _
    context As ITypeDescriptorContext, _
    sourceType As Type _
) As Boolean
public override bool CanConvertFrom(
    ITypeDescriptorContext context,
    Type sourceType
)
public:
virtual bool CanConvertFrom(
    ITypeDescriptorContext^ context, 
    Type^ sourceType
) override
abstract CanConvertFrom : 
        context:ITypeDescriptorContext * 
        sourceType:Type -> bool 
override CanConvertFrom : 
        context:ITypeDescriptorContext * 
        sourceType:Type -> bool 
public override function CanConvertFrom(
    context : ITypeDescriptorContext, 
    sourceType : Type
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se esse conversor pode executar a conversão; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

StringCollectionConverter Classe

Sobrecargas CanConvertFrom

Namespace Microsoft.Windows.Controls.Ribbon