ProjectElementLink.Attributes Property

Definition

public:
 abstract property System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::ObjectModelRemoting::XmlAttributeLink> ^ Attributes { System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::ObjectModelRemoting::XmlAttributeLink> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.ObjectModelRemoting.XmlAttributeLink> Attributes { get; }
member this.Attributes : System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.ObjectModelRemoting.XmlAttributeLink>
Public MustOverride ReadOnly Property Attributes As IReadOnlyCollection(Of XmlAttributeLink)

Property Value

Applies to