2009-08-12 4 views

답변

16

<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> 

위의 예는 here입니다.

관련 문제