ProjectElementLink.SetOrRemoveAttribute Method

Definition

Overloads

SetOrRemoveAttribute(String, String, Boolean, String, String)

Required to implement Attribute access for remote element.

SetOrRemoveAttribute(ProjectElement, String, String, Boolean, String, String)

Required to implement Attribute access for remote element.

public:
 abstract void SetOrRemoveAttribute(System::String ^ name, System::String ^ value, bool clearAttributeCache, System::String ^ reason, System::String ^ param);
public abstract void SetOrRemoveAttribute (string name, string value, bool clearAttributeCache, string reason, string param);
abstract member SetOrRemoveAttribute : string * string * bool * string * string -> unit
Public MustOverride Sub SetOrRemoveAttribute (name As String, value As String, clearAttributeCache As Boolean, reason As String, param As String)

Parameters

name
String
value
String
clearAttributeCache
Boolean
reason
String
param
String

Applies to

public:
 static void SetOrRemoveAttribute(Microsoft::Build::Construction::ProjectElement ^ xml, System::String ^ name, System::String ^ value, bool clearAttributeCache, System::String ^ reason, System::String ^ param);
public static void SetOrRemoveAttribute (Microsoft.Build.Construction.ProjectElement xml, string name, string value, bool clearAttributeCache, string reason, string param);
static member SetOrRemoveAttribute : Microsoft.Build.Construction.ProjectElement * string * string * bool * string * string -> unit
Public Shared Sub SetOrRemoveAttribute (xml As ProjectElement, name As String, value As String, clearAttributeCache As Boolean, reason As String, param As String)

Parameters

name
String
value
String
clearAttributeCache
Boolean
reason
String
param
String

Applies to