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ý má být odebrán.

ignoreCase
Boolean

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

Poznámky

Poznámka

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

Platí pro

Viz také