次の方法で共有


IHtmlControlDesignerBehavior.RemoveAttribute メソッド

指定した属性をデザイナから削除します。

Sub RemoveAttribute( _
   ByVal attribute As String, _   ByVal ignoreCase As Boolean _)
[C#]
void RemoveAttribute(
   stringattribute,boolignoreCase);
[C++]
void RemoveAttribute(
   String* attribute,boolignoreCase);
[JScript]
function RemoveAttribute(
   attribute : String,ignoreCase : Boolean);

パラメータ

  • attribute
    削除する属性。
  • ignoreCase
    属性の構文で大文字と小文字が区別されない場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

IHtmlControlDesignerBehavior インターフェイス | IHtmlControlDesignerBehavior メンバ | System.Web.UI.Design 名前空間