Lingua

StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Restituisce un valore che indica se l'oggetto StrokeCollectionConverter può convertire un oggetto StrokeCollection nel tipo specificato.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce il contesto di formato.

destinationType
Type

Oggetto Type in cui eseguire la conversione.

Valori restituiti

true se l'oggetto StrokeCollectionConverter può convertire un oggetto StrokeCollection in destinationType; in caso contrario, false.

Si applica a