IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified attribute.
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)
Parameters
- attribute
- String
The attribute to remove.
- ignoreCase
- Boolean
true
if the attribute syntax is case-insensitive; otherwise, false
.
Remarks
Note
The RemoveAttribute method is obsolete. Use the RemoveAttribute method on the Tag property of the ControlDesigner class for equivalent control designer functionality.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.