StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Restituisce un valore che indica se 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 nel quale eseguire la conversione.

Restituisce

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

Si applica a