ExtendedPropertyValueEditor Constructors

Definition

Overloads

ExtendedPropertyValueEditor()
ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

ExtendedPropertyValueEditor()

public:
 ExtendedPropertyValueEditor();
public ExtendedPropertyValueEditor ();
Public Sub New ()

Applies to

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

public:
 ExtendedPropertyValueEditor(System::Windows::DataTemplate ^ extendedEditorTemplate, System::Windows::DataTemplate ^ inlineEditorTemplate);
public ExtendedPropertyValueEditor (System.Windows.DataTemplate extendedEditorTemplate, System.Windows.DataTemplate inlineEditorTemplate);
new Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.ExtendedPropertyValueEditor : System.Windows.DataTemplate * System.Windows.DataTemplate -> Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.ExtendedPropertyValueEditor
Public Sub New (extendedEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)

Parameters

extendedEditorTemplate
DataTemplate
inlineEditorTemplate
DataTemplate

Applies to