DataSourceCacheDurationConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Método

Definição

Especifica se a coleção de valores padrão retornada do método GetStandardValues é uma lista exclusiva, usando o contexto especificado.Specifies whether the collection of standard values returned from the GetStandardValues method is an exclusive list, using the specified 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 um contexto de formato.An ITypeDescriptorContext that provides a format context.

Retornos

Boolean

false em todos os casos.false in all cases.

Comentários

A DataSourceCacheDurationConverter classe sempre retorna false para indicar que a TypeConverter.StandardValuesCollection coleção retornada do GetStandardValues método não é uma lista completa de valores possíveis.The DataSourceCacheDurationConverter class always returns false to indicate that the TypeConverter.StandardValuesCollection collection returned from the GetStandardValues method is not an exhaustive list of possible values.

Aplica-se a