DialogPropertyValueEditor.ShowDialog(PropertyValue, IInputElement) Method

Definition

public:
 virtual void ShowDialog(Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::PropertyValue ^ propertyValue, System::Windows::IInputElement ^ commandSource);
public virtual void ShowDialog (Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue propertyValue, System.Windows.IInputElement commandSource);
abstract member ShowDialog : Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue * System.Windows.IInputElement -> unit
override this.ShowDialog : Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue * System.Windows.IInputElement -> unit
Public Overridable Sub ShowDialog (propertyValue As PropertyValue, commandSource As IInputElement)

Parameters

propertyValue
PropertyValue
commandSource
IInputElement

Applies to