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 对象,以及所有属性和子元素(包括外部标记)。

适用于

另请参阅