网页
图片
视频
学术
词典
地图
更多
航班
笔记本
XmlSchemaSet
网络
方法
网络释义
1.
方法
GetSchema
方法
(
XmlSchemaSet
) © 2013 Microsoft 保留所有权利 商标 隐私和 Cookie ResolveCriteriaCD1.GetSchema 方法 …
msdn.microsoft.com
|
基于218个网页
例句
释义:
全部
全部
,
方法
方法
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
In
either
case
,
the
Contains
method
returns
true
if
the
schema
is contained within the
XmlSchemaSet
;
otherwise
, it
returns
false
.
在
任何
一种
情况下
,
如果
架构
包含
在
XmlSchemaSet
中
,
Contains
方法
将
返回
true
;
否则
,
将
返回
false
。
msdn2.microsoft.com
2.
For more
information
about
reprocessing a
schema
in
an
XmlSchemaSet
,
see
the
Reprocess
method
reference
documentation
.
有关
重新处理
XmlSchemaSet
中
的
架构
的
更多
信息
,
请参见
Reprocess
方法
参考
文档
。
msdn2.microsoft.com
3.
Describes
the
XmlSchemaSet
,
a
cache
where
XML
Schema
definition
language
(
XSD
)
schemas
can
be
stored
and
validated
.
介绍
XmlSchemaSet
,
一个
可以
存储
和
验证
XML
架构
定义
语言
(
XSD
)
架构
的
缓存
。
msdn2.microsoft.com
4.
Returns
the
XML
Schema
definition
language
(
XSD
)
of
the
specified
XmlSchemaSet
.
返回
指定
的
XmlSchemaSet
的
XML
架构
定义
语言
(
XSD
)
。
msdn2.microsoft.com
5.
For more
information
about
compiling
schemas
in
an
XmlSchemaSet
,
see
the
Compile
method
reference
documentation
.
有关
编译
XmlSchemaSet
中
的
架构
的
更多
信息
,
请参见
Compile
方法
参考
文档
。
msdn2.microsoft.com
6.
Schemas
in an
XmlSchemaSet
are
compiled
into
one
logical
schema
by
the
Compile
method
of
the
XmlSchemaSet
.
XmlSchemaSet
中
的
架构
通过
XmlSchemaSet
的
Compile
方法
编译
为
一个
逻辑
架构
。
msdn2.microsoft.com
7.
Adds
the
customer
schema
and
the
address
schema
to
a
new
XmlSchemaSet
object
and
then
compiles
them
.
将
客户
架构
和
地址
架构
添加
到
新
的
XmlSchemaSet
对象
并
进行
编译
。
msdn2.microsoft.com
8.
For
more
information
about
validating
XML
documents
using
an
XmlSchemaSet
,
see
XML
Schema
(
XSD
)
Validation
with
XmlSchemaSet
.
有关
使用
Create
验证
XML
文档
的
更多
信息
,
请
参见
使用
XmlSchemaSet
进行
XML
架构
(
XSD
)
验证
。
msdn2.microsoft.com
9.
The Reprocess
method
should
be
used
when
a
schema
in
the
XmlSchemaSet
has
been
modified
after
the
XmlSchemaSet
has
performed
compilation
.
如果
XmlSchemaSet
中
的
架构
在
XmlSchemaSet
执行
编译
之后
已
修改
,
应
使用
Reprocess
方法
。
msdn2.microsoft.com
10.
The Compile
method
of
the
XmlSchemaSet
is
explicitly
called
in
the
example
code
.
XmlSchemaSet
的
Compile
方法
在
示例
代码
中
显式
调用
。
msdn2.microsoft.com
1
2
3