IXMLDOMDocument3.createAttribute(String) Method

Definition

public:
 Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMAttribute ^ createAttribute(System::String ^ name);
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute createAttribute (string name);
abstract member createAttribute : string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute
Public Function createAttribute (name As String) As IXMLDOMAttribute

Parameters

name
String

Returns

Implements

Applies to