IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) Metod

Definition

Tar bort det angivna attributet.

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)

Parametrar

attribute
String

Attributet som du vill ta bort.

ignoreCase
Boolean

trueom attributsyntaxen är skiftlägeskänslig; annars . false

Kommentarer

Note

Metoden RemoveAttribute är föråldrad. RemoveAttribute Använd metoden på Tag egenskapen ControlDesigner för klassen för motsvarande kontrolldesignerfunktioner.

Gäller för

Se även