CollectionConverter.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.

Restituisce

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

Commenti

Il parametro context può essere utilizzato per ottenere ulteriori informazioni sull'ambiente dal quale viene richiamato il convertitore. Dal momento che può essere null, è preferibile eseguire sempre un controllo. Anche le proprietà dell'oggetto di contesto possono restituire null.

Le raccolte non supportano le proprietà; pertanto, questo metodo restituisce falsesempre .

Si applica a

Vedi anche