Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的朋友今天给我发了一个新的 .xaml 页面,适用于 windows phone 应用程序。我将 .xaml 和 .xaml.vb 文件放在我的 app 文件夹中,但视觉上看不到它们。我需要替换哪些文件以便视觉对象可以看到它们?
您可能需要按下解决方案资源管理器顶部的“显示所有文件”按钮。然后,您应该会看到已添加文件的“幽灵”图标。右键单击并“包含在项目中”。
您需要在解决方案资源管理器中右键单击该项目 - 然后选择“添加现有项目”。
或者,如果您的朋友将她的项目文件发送给您可能会更好——或者如果您使用源代码控制系统来共享文件——这可能会帮助您避免将来出现问题。