PropertyValueEditor Constructors

Definition

Overloads

PropertyValueEditor()
PropertyValueEditor(DataTemplate)

PropertyValueEditor()

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

Applies to

PropertyValueEditor(DataTemplate)

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

Parameters

inlineEditorTemplate
DataTemplate

Applies to