Share via


ProjectElementLink.GetAttributeValue Method

Definition

Overloads

GetAttributeValue(ProjectElement, String, Boolean)
GetAttributeValue(String, Boolean)

Required to implement Attribute access for remote element.

Source:
ProjectElementLink.cs
public:
 static System::String ^ GetAttributeValue(Microsoft::Build::Construction::ProjectElement ^ xml, System::String ^ attributeName, bool nullIfNotExists);
public static string GetAttributeValue (Microsoft.Build.Construction.ProjectElement xml, string attributeName, bool nullIfNotExists);
static member GetAttributeValue : Microsoft.Build.Construction.ProjectElement * string * bool -> string
Public Shared Function GetAttributeValue (xml As ProjectElement, attributeName As String, nullIfNotExists As Boolean) As String

Parameters

attributeName
String
nullIfNotExists
Boolean

Returns

Applies to

Source:
ProjectElementLink.cs

Required to implement Attribute access for remote element.

public:
 abstract System::String ^ GetAttributeValue(System::String ^ attributeName, bool nullIfNotExists);
public abstract string GetAttributeValue (string attributeName, bool nullIfNotExists);
abstract member GetAttributeValue : string * bool -> string
Public MustOverride Function GetAttributeValue (attributeName As String, nullIfNotExists As Boolean) As String

Parameters

attributeName
String
nullIfNotExists
Boolean

Returns

Applies to