ComponentConverter(Type) 생성자

정의

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

public:
 ComponentConverter(Type ^ type);
public ComponentConverter (Type type);
new System.ComponentModel.ComponentConverter : Type -> System.ComponentModel.ComponentConverter
Public Sub New (type As Type)

매개 변수

type
Type

이 구성 요소 변환기와 연결할 형식을 나타내는 Type입니다.

적용 대상