編輯

共用方式為


IXMLDOMElement.removeAttributeNode(IXMLDOMAttribute) Method

Definition

public:
 Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMAttribute ^ removeAttributeNode(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMAttribute ^ DOMAttribute);
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute removeAttributeNode (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute DOMAttribute);
abstract member removeAttributeNode : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMAttribute
Public Function removeAttributeNode (DOMAttribute As IXMLDOMAttribute) As IXMLDOMAttribute

Parameters

DOMAttribute
IXMLDOMAttribute

Returns

Applies to