RectangleConverter.GetPropertiesSupported(ITypeDescriptorContext) Metodo

Definizione

Determina se questo oggetto supporta le proprietà. Per impostazione predefinita, tale valore è 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

Oggetto ITypeDescriptorContext tramite il quale è possibile specificare un contesto aggiuntivo.

Valori restituiti

Questo metodo restituisce true se GetProperties(ITypeDescriptorContext, Object, Attribute[]) deve essere chiamato per trovare le proprietà di questo oggetto; in caso contrario, false.

Si applica a