IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除指定的屬性
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 。