ExtendedPropertyValueEditor Constructor (DataTemplate, DataTemplate)
Initializes a new instance of the ExtendedPropertyValueEditor class with the specified extended and inline editor DataTemplate objects.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
)
Parameters
- extendedEditorTemplate
Type: System.Windows.DataTemplate
The DataTemplate used for the extended popup/pinned editor that is viewed within the Properties window. When used, its DataContext property will be set to a PropertyValue.
- inlineEditorTemplate
Type: System.Windows.DataTemplate
The DataTemplate used for the inline editor. When used, its DataContext property will be set to a PropertyValue.
.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
ExtendedPropertyValueEditor Class
ExtendedPropertyValueEditor Overload
Microsoft.Windows.Design.PropertyEditing Namespace