XmlRead.GetTextOfElement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取當前元素的文字(若有的話),它假設當前元素為空,或其內部包含文字節點或元素節點。 大概是link_multiple。
protected string GetTextOfElement();
member this.GetTextOfElement : unit -> string
Protected Function GetTextOfElement () As String