标签: .net c++-cli
想要属性网格,在从PropertyDescriptor派生的类的PropertyType函数中,但我不想要一个实际的DateTime对象 - 我只是将它转换为SetValue和GetValue中的String。
答案 0 :(得分:3)
输入以下内容
Type t = typeof(DateTime);
C ++ / CLI等同于评论中要求的
Type^ t = DateTime::typeid;