ArrayConverter.GetPropertiesSupported(ITypeDescriptorContext) Metodo

Definizione

Ottiene un valore che indica se l'oggetto supporta le proprietà.

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 che fornisce un contesto di formato.

Valori restituiti

true perché GetProperties(ITypeDescriptorContext, Object, Attribute[]) deve essere chiamato per trovare le proprietà di questo oggetto. Questo metodo non restituisce falsemai .

Commenti

Il context parametro può essere usato per estrarre informazioni aggiuntive sull'ambiente da cui viene richiamato questo convertitore. Può essere null, quindi controllare sempre. Inoltre, le proprietà nell'oggetto di contesto possono restituire null.

Si applica a