PropertyValueEditor 생성자

정의

클래스의 새 인스턴스를 PropertyValueEditor 만듭니다.

오버로드

Name Description
PropertyValueEditor()

클래스의 새 인스턴스를 PropertyValueEditor 만듭니다.

PropertyValueEditor(DataTemplate)

인라인 편집기에서 PropertyValueEditor 사용되는 지정된 DataTemplate 클래스의 새 인스턴스를 만듭니다.

PropertyValueEditor()

클래스의 새 인스턴스를 PropertyValueEditor 만듭니다.

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

적용 대상

PropertyValueEditor(DataTemplate)

인라인 편집기에서 PropertyValueEditor 사용되는 지정된 DataTemplate 클래스의 새 인스턴스를 만듭니다.

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)

매개 변수

inlineEditorTemplate
DataTemplate

새 속성 값 편집 DataTemplate 기를 만드는 데 사용되는 인라인 편집기입니다.

적용 대상