IXMLDOMElement.getAttributeNode(String) Method

Definition

public:
 MSXML::IXMLDOMAttribute ^ getAttributeNode(System::String ^ name);
[System.Runtime.InteropServices.DispId(102)]
public MSXML.IXMLDOMAttribute getAttributeNode (string name);
[<System.Runtime.InteropServices.DispId(102)>]
abstract member getAttributeNode : string -> MSXML.IXMLDOMAttribute
Public Function getAttributeNode (name As String) As IXMLDOMAttribute

Parameters

name
String

Returns

Attributes

Applies to