ReferenceConverter(Type) 생성자

정의

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

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

매개 변수

type
Type

이 참조 변환기와 연결할 형식을 나타내는 A Type 입니다.

적용 대상