예제 #1
0
 public bool CanParse(string fileName)
 {
     return(XmlView.IsFileNameHandled(fileName));
 }
예제 #2
0
 /// <summary>
 /// Can only create content for file with extensions that are
 /// known to be xml files as specified in the SyntaxModes.xml file.
 /// </summary>
 public bool CanCreateContentForFile(string fileName)
 {
     return(XmlView.IsFileNameHandled(fileName));
 }