Ejemplo n.º 1
0
 static public int Main()
 {
     try
     {
         tagDBPROPSET p = new tagDBPROPSET();
         Console.WriteLine(p.rgProperties);
         Console.WriteLine(p.cProperties);
         Console.WriteLine(p.guidPropertySet);
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         Console.WriteLine("FAILED");
         return(1);
     }
     Console.WriteLine("PASSED");
     return(100);
 }
Ejemplo n.º 2
0
 static public int Main()
 {
     try
     {
         tagDBPROPSET p = new tagDBPROPSET();
         Console.WriteLine(p.rgProperties);
         Console.WriteLine(p.cProperties);
         Console.WriteLine(p.guidPropertySet);
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         Console.WriteLine("FAILED");
         return 1;
     }
     Console.WriteLine("PASSED");
     return 100;
 }