XmlEmptyElementSyntax.AddAttributes(XmlAttributeSyntax[]) 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.
public:
 Microsoft::CodeAnalysis::CSharp::Syntax::XmlEmptyElementSyntax ^ AddAttributes(... cli::array <Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> ^ items);public Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax AddAttributes(params Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] items);member this.AddAttributes : Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntaxPublic Function AddAttributes (ParamArray items As XmlAttributeSyntax()) As XmlEmptyElementSyntaxParameters
- items
- XmlAttributeSyntax[]