IPropertyEditingService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |