ProjectElementLink.GetAttributeLocation Method
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.
Overloads
GetAttributeLocation(String) |
Required to implement Attribute access for remote element. |
GetAttributeLocation(ProjectElement, String) |
GetAttributeLocation(String)
- Source:
- ProjectElementLink.cs
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
GetAttributeLocation(ProjectElement, String)
- Source:
- ProjectElementLink.cs
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
- xml
- ProjectElement
- attributeName
- String