PropertyValueEditor Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
PropertyValueEditor()

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

PropertyValueEditor(DataTemplate)

Satır içi düzenleyici için kullanılan belirtilen PropertyValueEditor ile sınıfının yeni bir örneğini DataTemplate oluşturur.

PropertyValueEditor()

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

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

Şunlara uygulanır

PropertyValueEditor(DataTemplate)

Satır içi düzenleyici için kullanılan belirtilen PropertyValueEditor ile sınıfının yeni bir örneğini DataTemplate 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

Satır içi düzenleyici DataTemplate , yeni özellik değeri düzenleyicisini oluşturmak için kullanılır.

Şunlara uygulanır