CategoryEditor.EditorTemplate 속성
업데이트: 2007년 11월
파생 클래스에서 재정의하는 경우 CategoryEditor에 대한 UI로 작동하는 DataTemplate을 가져옵니다.
네임스페이스: Microsoft.Windows.Design.PropertyEditing
어셈블리: Microsoft.Windows.Design(Microsoft.Windows.Design.dll)
구문
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate
Dim instance As CategoryEditor
Dim value As DataTemplate
value = instance.EditorTemplate
public abstract DataTemplate EditorTemplate { get; }
public:
virtual property DataTemplate^ EditorTemplate {
DataTemplate^ get () abstract;
}
public abstract function get EditorTemplate () : DataTemplate
속성 값
형식: System.Windows.DataTemplate
편집기 템플릿을 나타내는 DataTemplate 개체입니다.
설명
이 DataTemplate의 DataSource는 CategoryEntry로 설정됩니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Design.PropertyEditing 네임스페이스