Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EditorReuseAttribute Constructor (Boolean)

.NET Framework (current version)
 

Creates a new instance of the EditorReuseAttribute class.

Namespace:   System.Activities.Presentation.PropertyEditing
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
EditorReuseAttribute(
	bool reuseEditor
)

Parameters

reuseEditor
Type: System::Boolean

true if the attribute is to be applied to a method that invokes a reusable property editor; otherwise, false.

If the editor is not reusable, it must be restarted to edit another property.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft