XmlEmptyElementSyntax.WithAttributes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::XmlEmptyElementSyntax ^ WithAttributes(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> attributes);
public Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax WithAttributes(Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax> attributes);
member this.WithAttributes : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlEmptyElementSyntax
Public Function WithAttributes (attributes As SyntaxList(Of XmlAttributeSyntax)) As XmlEmptyElementSyntax
Paramètres
- attributes
- SyntaxList<XmlAttributeSyntax>