ProjectElementLink.SetOrRemoveAttribute 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
SetOrRemoveAttribute(String, String, Boolean, String, String) |
Required to implement Attribute access for remote element. |
SetOrRemoveAttribute(ProjectElement, String, String, Boolean, String, String) |
SetOrRemoveAttribute(String, String, Boolean, String, String)
- Source:
- ProjectElementLink.cs
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
SetOrRemoveAttribute(ProjectElement, String, String, Boolean, String, String)
- Source:
- ProjectElementLink.cs
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
- xml
- ProjectElement
- name
- String
- value
- String
- clearAttributeCache
- Boolean
- reason
- String
- param
- String