Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets a DataTemplate that acts as the UI for a CategoryEditor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate
'Usage
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
Property Value
Type: System.Windows.DataTemplate
The DataTemplate object that represents the editor template.
Remarks
The data context of this DataTemplate is set to a CategoryEntry.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace