软讯网络 > 编程语言 > .NET > C#.NET > 为Windows Live Writer开发插件——InsertSearchPageLink
【标 题】:为Windows Live Writer开发插件——InsertSearchPageLink
【关键字】:
Windows,Live,Writer,mdash,mdash,InsertSearchPageLink
【来 源】:http://www.cnblogs.com/dflying/archive/2006/12/03/580602.html
为Windows Live Writer开发插件——InsertSearchPageLink

摘要:两周前,我曾经发布了一个Windows Live Writer的小插件——InsertSearchPageLink,用来在Windows Live Writer中插入一个指向某个搜索引擎的某个搜索关键字页面的超链接(关于这个插件的功能介绍以及下载,请参考《为Windows Live Writer写了一个小插件——插入搜索页面链接》)。今天终于有空,把编写的过程写出来与大家分享,希望能起到抛砖引玉的作用,让朋友们都能编写出自己的插件,扩展Windows Live Writer的功能,方便大家!
本文包括如下内容:
[1] Windows Live Writer扩展综述
[2] 在Visual Studio中创建项目
[3] 继承于ContentSource基类
[4] 覆写基类的CreateContent()方法
[5] 编写InsertLinkForm
[6] 调试插件
[7] 代码下载
[8] 相关资源
阅读全文。