XmlElementSyntax.AddStartTagAttributes(XmlAttributeSyntax[]) 메서드

정의

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::XmlElementSyntax ^ AddStartTagAttributes(... cli::array <Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> ^ items);
public Microsoft.CodeAnalysis.CSharp.Syntax.XmlElementSyntax AddStartTagAttributes (params Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] items);
member this.AddStartTagAttributes : Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax[] -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlElementSyntax
Public Function AddStartTagAttributes (ParamArray items As XmlAttributeSyntax()) As XmlElementSyntax

매개 변수

반환

적용 대상