EnvDTE 部分类关键字
我正在使用 EnvDTE 对项目中的代码进行内省,并且我希望能够确定它们是否是部分类,但它似乎不存在于命名空间中。有谁知道该怎么做?
I'm introspecting on the code in a project using EnvDTE, and I want to be able to determine if they're a partial class, but it doesn't seem to exist in the namespace. Does anyone know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以帮助你
This should help you out
您可以使用 C# 代码模型。查看这篇 msdn 文章
You can use the C# code model. Check this msdn article