XmlEmptyElementSyntax.Attributes Property

Definition

public:
 property Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> Attributes { Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::XmlAttributeSyntax ^> get(); };
public Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax> Attributes { get; }
member this.Attributes : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.XmlAttributeSyntax>
Public ReadOnly Property Attributes As SyntaxList(Of XmlAttributeSyntax)

Property Value

Applies to