ProjectElementLink.Attributes Property
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.
Supports CopyFrom(ProjectElement).
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)