Share via


ProjectElementLink.GetAttributes(ProjectElement) Method

Definition

public:
 static System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::ObjectModelRemoting::XmlAttributeLink> ^ GetAttributes(Microsoft::Build::Construction::ProjectElement ^ xml);
public static System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.ObjectModelRemoting.XmlAttributeLink> GetAttributes (Microsoft.Build.Construction.ProjectElement xml);
static member GetAttributes : Microsoft.Build.Construction.ProjectElement -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.ObjectModelRemoting.XmlAttributeLink>
Public Shared Function GetAttributes (xml As ProjectElement) As IReadOnlyCollection(Of XmlAttributeLink)

Parameters

Returns

Applies to