You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.1 KiB

<!DOCTYPE html>
<html>
<head>
<title>Microsoft.VisualBasic.ComponentModel.XmlDataModel</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="../../_assets/page.css">
</head>
<body>
<div class="container">
<table style="width: 100%;">
<tr>
<td>XmlDataModel {Microsoft.VisualBasic.ComponentModel}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>
<h2>XmlDataModel</h2>
<h3>Description</h3>
<p>这个基类型对象主要是用来生成类型全称注释方便编写XML文件加载代码功能的</p>
<h3>Declare</h3>
<pre>
<code id="clr_ts">
# namespace Microsoft.VisualBasic.ComponentModel
export class XmlDataModel {
# The external css/xsl file name for styling current xml file
Stylesheet: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlStyleProcessor.html">XmlStyleProcessor</a>;
# ReadOnly, Data model type tracking use Xml Comment.
TypeComment: <a href="/vignettes/clr/System/Xml/XmlComment.html">XmlComment</a>;
}
</code>
</pre>
<h3>.NET clr type reference tree</h3>
<ol>
<li>use by <i>property</i> member <code>Stylesheet</code>: <a href="/vignettes/clr/Microsoft/VisualBasic/ComponentModel/XmlStyleProcessor.html">XmlStyleProcessor</a></li>
<li>use by <i>property</i> member <code>TypeComment</code>: <a href="/vignettes/clr/System/Xml/XmlComment.html">XmlComment</a></li>
</ol>
<hr />
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a
href="../{$package}.html">Index</a>]
</div>
</div>
</body>
<script type="text/javascript" src="../../_assets/R_syntax.js"></script>
<script type="text/javascript" src="../../_assets/highlights.js"></script>
<script type="text/javascript">r_highlights("clr_ts");</script>
</html>