documentation 元素绑定支持

.NET Framework 不为 <documentation> 元素提供绑定支持。

当从 XML 架构文档生成源代码时,Xsd.exe 会忽略 <documentation> 元素及其内容。

说明

当从 XML 架构文档生成源代码时,Xsd.exe 会忽略 <documentation> 元素及其内容。 这对于 <documentation> 元素的父级 <annotation> 同样适用。 (一个例外是 .NET Framework 特定的 <keepNamespaceDeclarations> 元素的特殊用法,该元素位于 annotation/appinfo 下,用于保留前缀到命名空间的映射。 请参见 <annotation><appinfo> 元素。)

可能的属性 绑定支持

xml:lang

由于 .NET Framework 不绑定 <documentation> 元素,因此它不绑定该元素的属性。

source

由于 .NET Framework 不绑定 <documentation> 元素,因此它不绑定该元素的属性。

可能的父元素:<annotation>

**可能的子元素:**无限多

请参见

参考

XmlSchemaDocumentation

Footer image

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。