Element.GetAttributeNames

Element.GetAttributeNames method

Returns the attribute names of the element as an Array of Strings. If the element has no attributes it returns an empty array.

public String[] GetAttributeNames()

Return Value

Array of Strings represents attribute names.

See Also