XmlRead.GetTextOfElement 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.
reads the text of the current element if available it assumes the curent element is empty or has inside it either a text node or an element node. probably a link_multiple.
protected string GetTextOfElement ();
member this.GetTextOfElement : unit -> string
Protected Function GetTextOfElement () As String