 | OpenXmlElementGetAttributes Method |
Gets a list that contains a copy of all the attributes.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic IList<OpenXmlAttribute> GetAttributes()
Public Function GetAttributes As IList(Of OpenXmlAttribute)
public:
IList<OpenXmlAttribute>^ GetAttributes()
member GetAttributes : unit -> IList<OpenXmlAttribute>
Return Value
IListOpenXmlAttributeA list of attributes. Return an empty list if there are no attributes.
RemarksThe returned list is a non-live copy.
See Also