用C#实现在PowerPoint文档中搜索文本(2) if (oText!=null) { MessageBox.Show("文档中包含指定的关键字 "+strKeyWord+" !","搜索结果",MessageBoxButtons.OK); continue; } } } }