Partager via


PropertyContainer.DialogEditorTemplate, propriété

Obtient le DialogEditorTemplate le plus approprié pour le PropertyEntry actuel.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DialogEditorTemplate As DataTemplate
    Get
public DataTemplate DialogEditorTemplate { get; }
public:
property DataTemplate^ DialogEditorTemplate {
    DataTemplate^ get ();
}
member DialogEditorTemplate : DataTemplate
function get DialogEditorTemplate () : DataTemplate

Valeur de propriété

Type : System.Windows.DataTemplate
DataTemplate représentant le DialogEditorTemplate le plus approprié pour le PropertyEntry actuel.

Notes

Un modèle de ligne ou un Dialog peut utiliser cette valeur pour restituer l'éditeur à l'emplacement approprié.

Sécurité .NET Framework

Voir aussi

Référence

PropertyContainer Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété