IDTSCustomProperty100.UITypeEditor 속성

정의

객체의 IDTSCustomProperty100 편집기를 받거나 설정합니다.

public:
 property System::String ^ UITypeEditor { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(105)]
public string UITypeEditor { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.UITypeEditor : string with get, set
Public Property UITypeEditor As String

속성 값

객체의 IDTSCustomProperty100 편집자입니다.

특성

설명

에디터를 구현하는 어셈블리의 완전 제한 이름을 제공함으로써 객체의 IDTSCustomProperty100 편집기를 지정할 수 있습니다. 커스텀 에디터는 텍스트 박스 값 에디터만으로는 커스텀 속성의 값을 효과적으로 수정하기에 부족할 때 유용합니다.

어셈블리의 완전 정식 이름은 다섯 개의 쉼표로 구분된 섹션을 포함하는 문자열로 구성됩니다: 네임스페이스 자격 클래스 이름, 어셈블리 이름, 버전, 문화, 공개키 토큰.

예를 들어, FileNameEditor를 객체의 IDTSCustomProperty100 편집기로 지정하려면 다음 문자열이 제공됩니다:

"System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"  

메모

문자열의 버전과 PublicKeyToken 섹션은 컴퓨터에 따라 다를 수 있습니다. 이 정보는 글로벌 어셈블리 캐시에서 어셈블리를 검토하여 확인할 수 있습니다.

이 속성 사용에 관한 정보는 Data Flow 컴포넌트의 설계 시 메서드의 "Creating Custom Properties"를 참조하세요.

적용 대상