<?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>《《WF编程》系列之38 &#8211; 依赖属性》的评论</title>
	<atom:link href="http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/</link>
	<description>Windie Chai&#039;s technique blog</description>
	<lastBuildDate>Sat, 31 Dec 2011 16:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：xxfly</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-532</link>
		<dc:creator>xxfly</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-532</guid>
		<description>&lt;a href=&quot;#1400467&quot; title=&quot;查看所回复的评论&quot; rel=&quot;nofollow&quot;&gt;@&lt;/a&gt;ayi但如何对元数据属性应用更新，使用WorkflowChanges修改属性值就报“无法在运行时执行此操作。”的错啊。PropertyMetadata.GetValueOverride</description>
		<content:encoded><![CDATA[<p><a href="#1400467" title="查看所回复的评论" rel="nofollow">@</a>ayi但如何对元数据属性应用更新，使用WorkflowChanges修改属性值就报“无法在运行时执行此操作。”的错啊。PropertyMetadata.GetValueOverride</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ayi</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-531</link>
		<dc:creator>ayi</dc:creator>
		<pubDate>Sun, 14 Dec 2008 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-531</guid>
		<description>&lt;a href=&quot;http://msdn.microsoft.com/zh-cn/library/bb628429.aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/zh-cn/library/bb628429.aspx&lt;/a&gt;

就是这个，最后几行</description>
		<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/zh-cn/library/bb628429.aspx" rel="nofollow">http://msdn.microsoft.com/zh-cn/library/bb628429.aspx</a></p>
<p>就是这个，最后几行</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Windie Chai（笑煞天）</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-530</link>
		<dc:creator>Windie Chai（笑煞天）</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-530</guid>
		<description>@ayi
元属性是不可以在运行时更新的，可以告诉我你在MSDN看到这段话的URL吗？</description>
		<content:encoded><![CDATA[<p>@ayi<br />
元属性是不可以在运行时更新的，可以告诉我你在MSDN看到这段话的URL吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ayi</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-529</link>
		<dc:creator>ayi</dc:creator>
		<pubDate>Fri, 12 Dec 2008 13:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-529</guid>
		<description>MSDN上有这样一段话：
＝＝＝＝＝＝＝＝＝＝＝
工作流更改和活动属性
按如下所示设置瞬态工作流活动上的属性：

对于元数据属性，在应用更新之后，在瞬态工作流上设置的值将在正运行的工作流上生效。

对于实例属性，在瞬态工作流上设置的值将会在应用更新之后丢失，而保��原来运行的工作流值。
＝＝＝＝＝＝＝＝＝＝＝

但如何对元数据属性应用更新，使用WorkflowChanges修改属性值就报“无法在运行时执行此操作。”的错啊。</description>
		<content:encoded><![CDATA[<p>MSDN上有这样一段话：<br />
＝＝＝＝＝＝＝＝＝＝＝<br />
工作流更改和活动属性<br />
按如下所示设置瞬态工作流活动上的属性：</p>
<p>对于元数据属性，在应用更新之后，在瞬态工作流上设置的值将在正运行的工作流上生效。</p>
<p>对于实例属性，在瞬态工作流上设置的值将会在应用更新之后丢失，而保��原来运行的工作流值。<br />
＝＝＝＝＝＝＝＝＝＝＝</p>
<p>但如何对元数据属性应用更新，使用WorkflowChanges修改属性值就报“无法在运行时执行此操作。”的错啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：笑煞天</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-528</link>
		<dc:creator>笑煞天</dc:creator>
		<pubDate>Mon, 03 Mar 2008 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-528</guid>
		<description>@我错了，最近忙疯了，一定挤时间更新。</description>
		<content:encoded><![CDATA[<p>@我错了，最近忙疯了，一定挤时间更新。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kulapur</title>
		<link>http://coding.windstyle.cn/2008/01/30/programming-wf-38-dependency-property/#comment-527</link>
		<dc:creator>kulapur</dc:creator>
		<pubDate>Fri, 29 Feb 2008 03:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://1058328#comment-527</guid>
		<description>楼主，都快1个��了</description>
		<content:encoded><![CDATA[<p>楼主，都快1个��了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

