Члены типа AnnotationFontNameConverter Class
В этом разделе
В следующих таблицах перечислены элементы, предоставляемые
AnnotationFontNameConverter.
Публичные Конструкторы
Публичные Методы
| Имя | Описание |
| CanConvertFrom | Overloaded. Определяет, может ли этот преобразователь преобразовать объект указанного исходного типа в собственный тип преобразователя. |
| CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type, using the specified context. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertFrom | Overloaded. Converts the given value to the type of this converter. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertFromInvariantString | Overloaded. Converts the given string to the type of this converter, using the invariant culture. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertFromString | Overloaded. Converts the specified text to an object. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertTo | Overloaded. Converts the given value object to the specified type, using the specified context and culture information. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertToInvariantString | Overloaded. Converts the specified value to a culture-invariant string representation, using the specified context. (Наследуется от System.ComponentModel.TypeConverter) |
| ConvertToString | Overloaded. Converts the given value to a string representation, using the given context. (Наследуется от System.ComponentModel.TypeConverter) |
| CreateInstance | Overloaded. Re-creates an given a set of property values for the object. (Наследуется от System.ComponentModel.TypeConverter) |
| GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to to create a new value, using the specified context. (Наследуется от System.ComponentModel.TypeConverter) |
| GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes. (Наследуется от System.ComponentModel.TypeConverter) |
| GetPropertiesSupported | Overloaded. Returns whether this object supports properties. (Наследуется от System.ComponentModel.TypeConverter) |
| GetStandardValues | Overloaded. Возвращает коллекцию стандартных значений для типа данных, для которого предназначен этот преобразователь типов, при предоставлении контекста формата. |
| GetStandardValuesExclusive | Overloaded. Возвращает, является ли коллекция стандартных значений, возвращаемая GetStandardValues, исключительным списком возможных значений, используя указанный контекст. |
| GetStandardValuesSupported | Overloaded. Возвращает, поддерживает ли этот объект стандартный набор значений, которые можно выбрать из списка, используя указанный контекст. |
| IsValid | Overloaded. Returns whether the given value object is valid for this type and for the specified context. (Наследуется от System.ComponentModel.TypeConverter) |
Защищенные Методы
Смотрите также