PropertyValueEditor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성 값을 업데이트하기 위한 인라인 편집기를 설정합니다.
public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor = class
Public Class PropertyValueEditor
- 상속
-
PropertyValueEditor
- 파생
예제
설명
이 클래스는 DataTemplate 편집기 한 개당 Inline 한 개를 보유할 수 있습니다. 인라인 편집이란 드롭다운 메뉴에서 선택하여 값을 설정하는 것이 아니라 입력란이나 이와 비슷한 컨트롤에 속성 값을 입력하는 것을 의미합니다.
생성자
PropertyValueEditor() |
PropertyValueEditor 클래스의 새 인스턴스를 만듭니다. |
PropertyValueEditor(DataTemplate) |
인라인 편집기에 사용하는 지정된 DataTemplate으로 PropertyValueEditor 클래스의 새 인스턴스를 만듭니다. |
속성
InlineEditorTemplate |
인라인 편집기에 사용되는 InlineEditorTemplate, DataTemplate을 가져오거나 설정합니다. |
메서드
CreateEditorAttribute(PropertyValueEditor) |
속성 값을 변경하는 데 사용되는 특정 EditorAttribute를 지정하기 위한 새 PropertyValueEditor를 만듭니다. |
CreateEditorAttribute(Type) |
속성 값을 변경하는 데 사용되는 특정 EditorAttribute 형식을 지정하기 위한 새 PropertyValueEditor를 만듭니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |