示例#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);
 }
示例#2
0
文件: pack8.cs 项目: CheneyWu/coreclr
 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;
 }