Sdílet prostřednictvím


IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) Metoda

Definice

Odebere zadaný atribut.

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)

Parametry

attribute
String

Atribut, který chcete odebrat.

ignoreCase
Boolean

truepokud syntaxe atributu nerozlišuje malá a velká písmena; v opačném případě . false

Poznámky

Poznámka:

Metoda RemoveAttribute je zastaralá. Použijte metodu RemoveAttributeTag pro vlastnost ControlDesigner třídy pro ekvivalentní funkce návrháře ovládacích prvků.

Platí pro

Viz také