ProjectElementLink.GetAttributeLocation Method

Definition

Overloads

GetAttributeLocation(String)

Required to implement Attribute access for remote element.

GetAttributeLocation(ProjectElement, String)

Required to implement Attribute access for remote element.

public:
 abstract Microsoft::Build::Construction::ElementLocation ^ GetAttributeLocation(System::String ^ attributeName);
public abstract Microsoft.Build.Construction.ElementLocation GetAttributeLocation (string attributeName);
abstract member GetAttributeLocation : string -> Microsoft.Build.Construction.ElementLocation
Public MustOverride Function GetAttributeLocation (attributeName As String) As ElementLocation

Parameters

attributeName
String

Returns

Applies to

public:
 static Microsoft::Build::Construction::ElementLocation ^ GetAttributeLocation(Microsoft::Build::Construction::ProjectElement ^ xml, System::String ^ attributeName);
public static Microsoft.Build.Construction.ElementLocation GetAttributeLocation (Microsoft.Build.Construction.ProjectElement xml, string attributeName);
static member GetAttributeLocation : Microsoft.Build.Construction.ProjectElement * string -> Microsoft.Build.Construction.ElementLocation
Public Shared Function GetAttributeLocation (xml As ProjectElement, attributeName As String) As ElementLocation

Parameters

attributeName
String

Returns

Applies to