共用方式為


ServiceDocument 類別

定義

封裝服務檔。

public ref class ServiceDocument sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ServiceDocument final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ServiceDocument
Public NotInheritable Class ServiceDocument
繼承
Object Platform::Object IInspectable ServiceDocument
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

AttributeExtensions

取得項目的屬性清單。

BaseUri

取得或設定項目的統一資源標識碼 (URI) 。 這個屬性代表 元素上的 xml:base 屬性。 它可以繼承自上階元素。

ElementExtensions

取得 專案內的子項目清單。

Language

取得或設定 項目的語言。 這個屬性代表 元素上的 xml:lang 屬性。 它可以繼承自上階元素。 它必須根據 XML 1.0 有效。

NodeName

取得或設定專案的本機名稱。 它必須根據 XML 1.0 有效。

NodeNamespace

取得或設定 專案的命名空間。

NodeValue

取得或設定 專案的文字內容。 如果專案只包含子專案,則此屬性為 NULL。

Workspaces

取得服務檔中 app:workspace 專案的集合。

方法

GetXmlDocument(SyndicationFormat)

產生代表這個專案的 DOM 物件,以及包括外部標記的所有屬性和子專案。

適用於

另請參閱