2009-08-12 4 views

Trả lời

16

Thử sử dụng thẻ <example>.

/// <example> 
/// <code> 
/// // create the class that does translations 
/// GiveHelpTransforms ght = new GiveHelpTransforms(); 
/// // have it load our XML into the SourceXML property 
/// ght.LoadXMLFromFile(
/// "E:\\Inetpub\\wwwroot\\GiveHelp\\GiveHelpDoc.xml"); 
/// </code> 
/// </example> 

Tôi lấy ví dụ trên từ here.