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.
protected:
abstract int ProcessXmlNodes(int count);
protected abstract int ProcessXmlNodes (int count);
abstract member ProcessXmlNodes : int -> int
Protected MustOverride Function ProcessXmlNodes (count As Integer) As Integer