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 クラスの プロパティで メソッドを使用します。

適用対象

こちらもご覧ください