언어

ActionTypeConverter 클래스

정의

동작 유형의 변환기 클래스를 나타냅니다.

public ref class ActionTypeConverter : System::ComponentModel::TypeConverter
public class ActionTypeConverter : System.ComponentModel.TypeConverter
type ActionTypeConverter = class
    inherit TypeConverter
Public Class ActionTypeConverter
Inherits TypeConverter
상속
ActionTypeConverter

생성자

Name Description
ActionTypeConverter()

ActionTypeConverter 클래스의 새 인스턴스를 초기화합니다.

메서드

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

액션 타입 변환기가 지정된 소스 객체에서 변환할 수 있는지 명시합니다.

CanConvertTo(ITypeDescriptorContext, Type)

액션 타입 변환기가 지정된 목적지 객체로 변환할 수 있는지 명시합니다.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

지정된 객체에서 액션 타입 객체를 변환합니다.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

액션 타입 객체를 지정된 객체로 변환합니다.

GetStandardValues(ITypeDescriptorContext)

액션 타입 객체의 표준 값 모음을 얻습니다.

GetStandardValuesSupported(ITypeDescriptorContext)

액션 타입 객체가 지원하는 표준 값을 반환합니다.

적용 대상