[Missing <summary> documentation for M:Org.LLRP.LTK.LLRPV1.DataType.XmlUtil.GetXmlNodeCustomChildren(System.Xml.XmlNode,System.String[],System.Xml.XmlNamespaceManager)]
| C# | Visual Basic | Visual C++ |
public static ArrayList GetXmlNodeCustomChildren( XmlNode node, string[] excl, XmlNamespaceManager nsmgr )
Public Shared Function GetXmlNodeCustomChildren ( _ node As XmlNode, _ excl As String(), _ nsmgr As XmlNamespaceManager _ ) As ArrayList
public: static ArrayList^ GetXmlNodeCustomChildren( XmlNode^ node, array<String^>^ excl, XmlNamespaceManager^ nsmgr )
- node (XmlNode)
[Missing <param name="node"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.XmlUtil.GetXmlNodeCustomChildren(System.Xml.XmlNode,System.String[],System.Xml.XmlNamespaceManager)"]
- excl (array< String >[]()[])
[Missing <param name="excl"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.XmlUtil.GetXmlNodeCustomChildren(System.Xml.XmlNode,System.String[],System.Xml.XmlNamespaceManager)"]
- nsmgr (XmlNamespaceManager)
[Missing <param name="nsmgr"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.XmlUtil.GetXmlNodeCustomChildren(System.Xml.XmlNode,System.String[],System.Xml.XmlNamespaceManager)"]
[Missing <returns> documentation for M:Org.LLRP.LTK.LLRPV1.DataType.XmlUtil.GetXmlNodeCustomChildren(System.Xml.XmlNode,System.String[],System.Xml.XmlNamespaceManager)]