DataFieldConverter.GetStandardValuesSupported(ITypeDescriptorContext) Metodo

Definizione

Ottiene un valore che indica se il convertitore supporta un set standard di valori che è possibile selezionare da un elenco.

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

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che può essere utilizzato per ottenere informazioni di contesto aggiuntive.

Valori restituiti

true se GetStandardValues() è possibile chiamare per trovare un set comune di valori supportati dall'oggetto; in caso contrario, false.

Si applica a