Element.Attributes

Element.Attributes property

このノードの属性を含む NamedNodeMap (要素の場合)、またはそれ以外の場合は null.

public override NamedNodeMap Attributes { get; }

関連項目