XmlElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
封裝 XML 專案節點特有的資訊。
public ref class XmlElement sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class XmlElement final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class XmlElement
Public NotInheritable Class XmlElement
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Attributes |
取得這個節點的屬性清單。 |
ChildNodes |
取得目前節點中的子系列表。 |
FirstChild |
取得第一個子節點。 |
InnerText |
從 XML 內取得文字。 |
LastChild |
取得最後一個子節點。 |
LocalName |
取得本機名稱,這是限定名稱的本機部分。 這稱為 XML 命名空間中的本機組件。 |
NamespaceUri |
傳回命名空間的統一資源識別元 (URI)。 |
NextSibling |
取得父系子清單中節點的下一個同層級。 |
NodeName |
傳回屬性、文件類型、元素、實體或標記法節點的完整名稱。 傳回所有其他節點類型的固定字串。 |
NodeType |
取得 XML 檔物件模型 (DOM) 節點類型,這會決定有效的值,以及節點是否可以有子節點。 |
NodeValue |
取得或設定與節點相關聯的文字。 |
OwnerDocument |
傳回包含節點的文件根目錄。 |
ParentNode |
取得節點實例的父節點。 |
Prefix |
取得或設定命名空間前置詞。 |
PreviousSibling |
取得父系子清單中節點的上一個同層級。 |
TagName |
取得項目名稱。 |