XmlDataModel {Microsoft.VisualBasic.ComponentModel} | .NET clr documentation |
这个基类型对象主要是用来生成类型全称注释方便编写XML文件加载代码功能的
# namespace Microsoft.VisualBasic.ComponentModel
export class XmlDataModel {
# The external css/xsl file name for styling current xml file
Stylesheet: XmlStyleProcessor;
# ReadOnly, Data model type tracking use Xml Comment.
TypeComment: XmlComment;
}
Stylesheet
: XmlStyleProcessorTypeComment
: XmlComment