AxHost.StateConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo

Definizione

Restituisce un valore che indica se AxHost.StateConverter può convertire un oggetto del tipo specificato in un oggetto AxHost.State, utilizzando il contesto specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

sourceType
Type

Oggetto Type che rappresenta il tipo dal quale eseguire la conversione.

Restituisce

Boolean

true se AxHost.StateConverter può eseguire la conversione; in caso contrario, false.

Si applica a