IXMLDOMElement.setAttribute(String, Object) 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.
public:
void setAttribute(System::String ^ name, System::Object ^ value);
[System.Runtime.InteropServices.DispId(100)]
public void setAttribute (string name, object value);
[<System.Runtime.InteropServices.DispId(100)>]
abstract member setAttribute : string * obj -> unit
Public Sub setAttribute (name As String, value As Object)
Parameters
- name
- String
- value
- Object
- Attributes