Ric*_*ith 6 c# vb.net sandcastle xmldocument
有没有办法在XML文档中包含多种语言的示例(例如C#和Visual Basic)?
我正在使用SandCastle来构建MSDN样式的文档,并希望包含几种.NET语言的用法示例.
我的例子编码如下:
/// <example>
/// <code source="..\FormControls\FileModelEdit\Form1.cs" region="published help using openDocumentFragment" lang="cs" />
/// </example>
Run Code Online (Sandbox Code Playgroud)
我可能(虽然我没有)有几个这些<code>元素,每个元素都有不同的lang属性值.