EndpointIdentityConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Hiermee wordt een waarde opgehaald die bepaalt of het conversieprogramma een EndpointIdentity exemplaar naar het opgegeven type kan converteren.

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

Een typedescriptorcontext die een indelingscontext biedt.

destinationType
Type

Het type waarnaar u wilt converteren.

Retouren

true als het conversieprogramma de aangevraagde conversie kan uitvoeren; anders false.

Van toepassing op