XmlElement.RemoveAttribute(String) 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 or replaces the named attribute.
public:
virtual void RemoveAttribute(Platform::String ^ attributeName) = RemoveAttribute;
void RemoveAttribute(winrt::hstring const& attributeName);
public void RemoveAttribute(string attributeName);
function removeAttribute(attributeName)
Public Sub RemoveAttribute (attributeName As String)
Parameters
- attributeName
-
String
Platform::String
winrt::hstring
The name of the attribute to be removed.