FontConverter.GetPropertiesSupported(ITypeDescriptorContext) Metodo

Definizione

Determina se questo oggetto supporta proprietà. Il valore predefinito è false.

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

Parametri

context
ITypeDescriptorContext

Descrittore del tipo tramite il quale è possibile fornire un contesto aggiuntivo.

Restituisce

Questo metodo restituisce true se è necessario chiamare il metodo GetPropertiesSupported(ITypeDescriptorContext) per individuare le proprietà di questo oggetto; in caso contrario, restituisce false.

Si applica a