Share via


IPropertyEditingService Interface

Definition

Enables properties of a specified object to be modified.

public interface class IPropertyEditingService
public interface IPropertyEditingService
type IPropertyEditingService = interface
Public Interface IPropertyEditingService

Methods

EditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String, EventHandler)

Launches a user interface (UI) that enables you to change the properties of the specified object and specifies an event handler to show the Help for the topic.

EditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String)

Launches a user interface (UI) that enables you to change the properties of the specified object.

Applies to