FontUnitConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Método
Definição
Retorna se o TypeConverter.StandardValuesCollection retornado pelo método GetStandardValues(ITypeDescriptorContext) é uma lista exclusiva de valores, usando o contexto de formato especificado.Returns whether the TypeConverter.StandardValuesCollection returned by the GetStandardValues(ITypeDescriptorContext) method is an exclusive list of values, using the specified format context.
public:
override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean
Parâmetros
- context
- ITypeDescriptorContext
Um ITypeDescriptorContext que fornece informações sobre o contexto de um conversor de tipo.An ITypeDescriptorContext that provides information about the context of a type converter.
Retornos
false para todos os casos.false for all cases.
Comentários
Use o GetStandardValuesExclusive método para determinar se o System.ComponentModel.TypeConverter.StandardValuesCollection retornado pelo GetStandardValues método é uma lista exclusiva de valores.Use the GetStandardValuesExclusive method to determine whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the GetStandardValues method is an exclusive list of values. Esse método é substituído para sempre retornar false para indicar que a lista de valores não é uma lista exclusiva.This method is overridden to always return false to indicate that the list of values is not an exclusive list.