<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>publish notification hooksでpost内容を書き換えるには へのコメント</title>
	<atom:link href="http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/</link>
	<description>Shiroicaが学び、経験したことを綴る個人サイト。</description>
	<lastBuildDate>Sat, 20 Feb 2010 16:05:10 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>SharpLab. - publish notification hooksでpost内容を安全に書き換えるには より</title>
		<link>http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/comment-page-1/#comment-1459</link>
		<dc:creator>SharpLab. - publish notification hooksでpost内容を安全に書き換えるには</dc:creator>
		<pubDate>Thu, 31 Jul 2008 05:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/#comment-1459</guid>
		<description>[...] ひとつ前のエントリ（中まで知ろう！Windows Live Writer）で、Windows Live Writerの、SDKには載っていないクラスを色々と紹介しました。その内容をうけて、このエントリではPublish Notification Hook プラグインで、投稿前に記事内容を書き換える方法を紹介したいと思います。以前にも、SharpLab. - publish notification hooksでpost内容を書き換えるにはというエントリでpublish notification hooksプラグインで投稿内容を書き換える方法を紹介したことがありました。ですが、 WLW 自体は書き換えられることを想定してないので、プラグインから書き換えても投稿後にエディタ中の表示は変化しません。 [...]</description>
		<content:encoded><![CDATA[<p>[...] ひとつ前のエントリ（中まで知ろう！Windows Live Writer）で、Windows Live Writerの、SDKには載っていないクラスを色々と紹介しました。その内容をうけて、このエントリではPublish Notification Hook プラグインで、投稿前に記事内容を書き換える方法を紹介したいと思います。以前にも、SharpLab. &#8211; publish notification hooksでpost内容を書き換えるにはというエントリでpublish notification hooksプラグインで投稿内容を書き換える方法を紹介したことがありました。ですが、 WLW 自体は書き換えられることを想定してないので、プラグインから書き換えても投稿後にエディタ中の表示は変化しません。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>SharpLab. - 中まで知ろう！Windows Live Writer より</title>
		<link>http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/comment-page-1/#comment-1317</link>
		<dc:creator>SharpLab. - 中まで知ろう！Windows Live Writer</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/#comment-1317</guid>
		<description>[...] インスタンスの、IPostInfoインターフェイスでは読み取り専用になっているプロパティに対してリフレクションで値をセットするコードがなぜ動くのかが分からないとかぼやいていました。 [...]</description>
		<content:encoded><![CDATA[<p>[...] インスタンスの、IPostInfoインターフェイスでは読み取り専用になっているプロパティに対してリフレクションで値をセットするコードがなぜ動くのかが分からないとかぼやいていました。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>shiroica より</title>
		<link>http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/comment-page-1/#comment-647</link>
		<dc:creator>shiroica</dc:creator>
		<pubDate>Thu, 10 Jul 2008 17:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/#comment-647</guid>
		<description>Privateな変数も書き換えできるのですか。
WindowsLiveWriterの方で、内部的な使用に供するためにアクセスレベルを厳しく設定したsetアクセサを用意していたから出来た、とかでしょうか。</description>
		<content:encoded><![CDATA[<p>Privateな変数も書き換えできるのですか。<br />
WindowsLiveWriterの方で、内部的な使用に供するためにアクセスレベルを厳しく設定したsetアクセサを用意していたから出来た、とかでしょうか。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ＪＺ５ より</title>
		<link>http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/comment-page-1/#comment-646</link>
		<dc:creator>ＪＺ５</dc:creator>
		<pubDate>Thu, 10 Jul 2008 16:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sharplab.net/computer/cprograming/windowslivewriter/276/#comment-646</guid>
		<description>おおおなるほど。試してないけど。私もネタにしよう。
Blog、InsertableContentSource もフィードに登録してあるけど全く気付いてなったです……。
リフレクションを使うとなぜ変更できるのかは私もわからないですけど
Privateな変数も書き換えできるので（権限がいるけど一般的につくる・つかうには変更できるはず）
読み取り専用も書き換えできそうですね。CanWriteの戻り値はわからないです。</description>
		<content:encoded><![CDATA[<p>おおおなるほど。試してないけど。私もネタにしよう。<br />
Blog、InsertableContentSource もフィードに登録してあるけど全く気付いてなったです……。<br />
リフレクションを使うとなぜ変更できるのかは私もわからないですけど<br />
Privateな変数も書き換えできるので（権限がいるけど一般的につくる・つかうには変更できるはず）<br />
読み取り専用も書き換えできそうですね。CanWriteの戻り値はわからないです。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
