IXTLRuntime.ancestorChildNumber(String, IXMLDOMNode) 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:
int ancestorChildNumber(System::String ^ bstrNodeName, MSXML::IXMLDOMNode ^ pNode);
[System.Runtime.InteropServices.DispId(190)]
public int ancestorChildNumber (string bstrNodeName, MSXML.IXMLDOMNode pNode);
[<System.Runtime.InteropServices.DispId(190)>]
abstract member ancestorChildNumber : string * MSXML.IXMLDOMNode -> int
Public Function ancestorChildNumber (bstrNodeName As String, pNode As IXMLDOMNode) As Integer
Parameters
- bstrNodeName
- String
- pNode
- IXMLDOMNode
Returns
- Attributes