InputScopeNameConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of exemplaren van InputScopeName kunnen worden geconverteerd naar het opgegeven type.

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

Parameters

context
ITypeDescriptorContext

Beschrijft de contextinformatie van een type.

destinationType
Type

Het gewenste type InputScopeName wordt geƫvalueerd om te worden geconverteerd naar.

Retouren

true als destinationType het type Stringis; anders, false.

Van toepassing op