XmlNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class XmlNode
type XmlNode = class
- 繼承
-
XmlNode
建構函式
| XmlNode(String) |
屬性
| Attributes | |
| ChildNodes | |
| EscapedTextContent | |
| FirstChild | |
| Name | |
| TextContent |
方法
| AddAttribute(String, String) | |
| AddElement(String) | |
| CreateTopLevelElement(String) | |
| FindDescendant(String) | |
| FindDescendants(String) | |
| WriteTo(XmlWriter) |