PropertyValueEditor, constructeur (DataTemplate)
Initialise une nouvelle instance de la classe PropertyValueEditor.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
inlineEditorTemplate As DataTemplate _
)
public PropertyValueEditor(
DataTemplate inlineEditorTemplate
)
public:
PropertyValueEditor(
DataTemplate^ inlineEditorTemplate
)
new :
inlineEditorTemplate:DataTemplate -> PropertyValueEditor
public function PropertyValueEditor(
inlineEditorTemplate : DataTemplate
)
Paramètres
- inlineEditorTemplate
Type : System.Windows.DataTemplate
DataTemplate utilisé pour un éditeur inline.Pour DataTemplate, 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
PropertyValueEditor, surcharge
Microsoft.Windows.Design.PropertyEditing, espace de noms