StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
Restituisce
true
se StrokeCollectionConverter può convertire un oggetto StrokeCollection nell'oggetto sourceType
; in caso contrario, false
.