ExtendedPropertyValueEditor, constructeur (DataTemplate, DataTemplate)
Initialise une nouvelle instance de la classe ExtendedPropertyValueEditor avec les objets DataTemplate d'éditeur étendu et inline spécifiés.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
extendedEditorTemplate As DataTemplate, _
inlineEditorTemplate As DataTemplate _
)
public ExtendedPropertyValueEditor(
DataTemplate extendedEditorTemplate,
DataTemplate inlineEditorTemplate
)
public:
ExtendedPropertyValueEditor(
DataTemplate^ extendedEditorTemplate,
DataTemplate^ inlineEditorTemplate
)
new :
extendedEditorTemplate:DataTemplate *
inlineEditorTemplate:DataTemplate -> ExtendedPropertyValueEditor
public function ExtendedPropertyValueEditor(
extendedEditorTemplate : DataTemplate,
inlineEditorTemplate : DataTemplate
)
Paramètres
- extendedEditorTemplate
Type : System.Windows.DataTemplate
DataTemplate utilisé pour l'éditeur contextuel/épinglé étendu affiché dans la fenêtre Propriétés.En cas d'utilisation, sa propriété DataContext correspond à PropertyValue.
- inlineEditorTemplate
Type : System.Windows.DataTemplate
DataTemplate utilisé pour l'éditeur inline.En cas d'utilisation, sa propriété DataContext correspond à PropertyValue.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ExtendedPropertyValueEditor Classe
ExtendedPropertyValueEditor, surcharge
Microsoft.Windows.Design.PropertyEditing, espace de noms