通过


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 设计器功能。

适用于

另请参阅