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

適用於

另請參閱