ActionTypeConverter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
동작 유형 변환기 클래스를 나타냅니다.
public ref class ActionTypeConverter : System::ComponentModel::TypeConverter
public class ActionTypeConverter : System.ComponentModel.TypeConverter
type ActionTypeConverter = class
inherit TypeConverter
Public Class ActionTypeConverter
Inherits TypeConverter
- 상속
-
ActionTypeConverter
생성자
ActionTypeConverter() |
ActionTypeConverter 클래스의 새 인스턴스를 초기화합니다. |
메서드
CanConvertFrom(ITypeDescriptorContext, Type) |
동작 유형 변환기가 지정한 원본 개체에서 변환할 수 있는지 여부를 지정합니다. |
CanConvertTo(ITypeDescriptorContext, Type) |
동작 유형 변환기가 지정한 대상 개체로 변환할 수 있는지 여부를 지정합니다. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
동작 유형 개체를 지정한 개체에서 변환합니다. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
동작 유형 개체를 지정한 개체로 변환합니다. |
GetStandardValues(ITypeDescriptorContext) |
동작 유형 개체의 표준 값 컬렉션을 가져옵니다. |
GetStandardValuesSupported(ITypeDescriptorContext) |
동작 유형 개체에서 지원하는 표준 값을 반환합니다. |