积极答复者
#region LastSearchText

问题
答案
-
http://msdn.microsoft.com/zh-cn/library/9a1ybwek(v=VS.100).aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已建议为答案 mazhou 2011年10月9日 8:32
- 已标记为答案 Lie YouModerator 2011年10月14日 2:41
- 取消答案标记 Lie YouModerator 2011年10月14日 2:48
- 已标记为答案 Lie YouModerator 2011年10月14日 2:51
-
#region 和#endregion组合在一起,可以实现的是代码行的折叠。#region后面加的文字,相当于加的注释或者像C#中的“///” 方法说明一样。
截图给你:
在编译器编译的时候,会直接跳过这段注释。
Best Regards,
Rocky Yue[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Lie YouModerator 2011年10月14日 2:51
全部回复
-
http://msdn.microsoft.com/zh-cn/library/9a1ybwek(v=VS.100).aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已建议为答案 mazhou 2011年10月9日 8:32
- 已标记为答案 Lie YouModerator 2011年10月14日 2:41
- 取消答案标记 Lie YouModerator 2011年10月14日 2:48
- 已标记为答案 Lie YouModerator 2011年10月14日 2:51
-
#region 和#endregion组合在一起,可以实现的是代码行的折叠。#region后面加的文字,相当于加的注释或者像C#中的“///” 方法说明一样。
截图给你:
在编译器编译的时候,会直接跳过这段注释。
Best Regards,
Rocky Yue[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Lie YouModerator 2011年10月14日 2:51