ByVal p As EnvDTE.Project
Dim file As String = String.EmptyFor Each item As EnvDTE.ProjectItem In p.ProjectItems If item.Name = "AssemblyInfo.vb" Then file = item.FileNames(0) Exit For End IfNext
posted on 2009-05-11 11:21 zqonline 阅读(631) 评论(0) 收藏 举报