IXMLDOMDocument.createAttribute(String) 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:
MSXML::IXMLDOMAttribute ^ createAttribute(System::String ^ name);
[System.Runtime.InteropServices.DispId(47)]
public MSXML.IXMLDOMAttribute createAttribute (string name);
[<System.Runtime.InteropServices.DispId(47)>]
abstract member createAttribute : string -> MSXML.IXMLDOMAttribute
Public Function createAttribute (name As String) As IXMLDOMAttribute
Parameters
- name
- String
Returns
- Attributes