Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
Tradução
Original
Este tópico ainda não foi avaliado como - Avalie este tópico

SelectionRangeConverter Classe

Provides a type converter to convert SelectionRange objects to and from various other types.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (em System.Windows.Forms. dll)
public class SelectionRangeConverter : TypeConverter

The SelectionRange class represents a single date or a range of dates.This class is commonly associated with the MonthCalendar control, where it represents the selected and highlighted dates.The SelectionRangeConverter class is an adjunct class to SelectionRange that enables you to convert to and from other types, most often strings.

For more information about type converters, see the TypeConverter base class, Conversão tipo generalizado, and HOW TO: Implement a Converter tipo.

ObservaçãoObservação:

You should never create a SelectionRangeConverter.Instead, call the GetConverter method of the TypeDescriptor class.Para obter mais informações, consulte os exemplos na classe base TypeConverter.

System.Object
  System.ComponentModel.TypeConverter
    System.Windows.Forms.SelectionRangeConverter
Quaisquer membros públicos estático (compartilhados na Visual Basic) desse tipo são Thread seguro. Não há garantia de que qualquer membro de instância seja isento de segmentos.
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.