다음을 통해 공유


PropertyValueEditor 생성자

정의

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

오버로드

PropertyValueEditor()

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

PropertyValueEditor(DataTemplate)

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

PropertyValueEditor()

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

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

적용 대상

PropertyValueEditor(DataTemplate)

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

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입니다.

적용 대상