Compartilhar via


IXMLDOMDocument.createAttribute(String) Method

Definition

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

Applies to