コード例 #1
0
 public static string AddNode(string xaml, string xpath, XElement node, IEnumerable <KeyValuePair <string, string> > namespaceMappings)
 {
     return(XamlTestDriver.AddObject(xaml, xpath, node, namespaceMappings));
 }
コード例 #2
0
 public static string AddAttribute(string xaml, string xpath, XAttribute attr, IEnumerable <KeyValuePair <string, string> > namespaceMappings)
 {
     return(XamlTestDriver.AddObject(xaml, xpath, attr, namespaceMappings));
 }