Aracılığıyla paylaş


PropertyValueEditor Oluşturucular

Tanım

PropertyValueEditor sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

PropertyValueEditor()

PropertyValueEditor sınıfının yeni bir örneğini oluşturur.

PropertyValueEditor(DataTemplate)

PropertyValueEditorBelirtilen bir DataTemplate satır içi düzenleyici için kullanılan, sınıfının yeni bir örneğini oluşturur.

PropertyValueEditor()

PropertyValueEditor sınıfının yeni bir örneğini oluşturur.

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

Şunlara uygulanır

PropertyValueEditor(DataTemplate)

PropertyValueEditorBelirtilen bir DataTemplate satır içi düzenleyici için kullanılan, sınıfının yeni bir örneğini oluşturur.

public:
 PropertyValueEditor(System::Windows::DataTemplate ^ inlineEditorTemplate);
public PropertyValueEditor (System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.PropertyValueEditor : System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.PropertyValueEditor
Public Sub New (inlineEditorTemplate As DataTemplate)

Parametreler

inlineEditorTemplate
DataTemplate

DataTemplateYeni özellik değeri düzenleyicisini oluşturmak için kullanılan satır içi düzenleyici.

Şunlara uygulanır