ResponseParsingBase<T>.ParseXml 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.
Parses the XML response. This method is reserved and should not be used.
protected abstract System.Collections.Generic.IEnumerable<T> ParseXml();
abstract member ParseXml : unit -> seq<'T>
Protected MustOverride Function ParseXml () As IEnumerable(Of T)
Returns
System.Collections.Generic.IEnumerable<T>
A collection of enumerable objects.