IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) 方法

定义

移除指定的特性。

public:
 void RemoveAttribute(System::String ^ attribute, bool ignoreCase);
public void RemoveAttribute (string attribute, bool ignoreCase);
abstract member RemoveAttribute : string * bool -> unit
Public Sub RemoveAttribute (attribute As String, ignoreCase As Boolean)

参数

attribute
String

要移除的特性。

ignoreCase
Boolean

如果特性语法不区分大小写,则为 true;否则为 false

注解

备注

RemoveAttribute方法已过时。 对 RemoveAttribute 类的 属性 Tag 使用 ControlDesigner 方法,实现等效的控件设计器功能。

适用于

另请参阅