共用方式為


IPropertyValueUIService.RemovePropertyValueUIHandler 方法

定義

把指定的 PropertyValueUIHandler 從屬性值 UI 服務中移除。

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

要移除的處理常式。

適用於

另請參閱