Share via


IPropertyValueUIService.RemovePropertyValueUIHandler 方法

定义

从属性值 UI 服务中移除指定的 PropertyValueUIHandler

public:
 void RemovePropertyValueUIHandler(System::Drawing::Design::PropertyValueUIHandler ^ newHandler);
public void RemovePropertyValueUIHandler (System.Drawing.Design.PropertyValueUIHandler newHandler);
abstract member RemovePropertyValueUIHandler : System.Drawing.Design.PropertyValueUIHandler -> unit
Public Sub RemovePropertyValueUIHandler (newHandler As PropertyValueUIHandler)

参数

newHandler
PropertyValueUIHandler

要删除的处理程序。

适用于

另请参阅