<?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>Comments on: CAB: Handling Focus In Workspace</title>
	<atom:link href="http://www.chrisholmesonline.com/2007/07/31/cab-handling-focus-in-workspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisholmesonline.com/2007/07/31/cab-handling-focus-in-workspace/</link>
	<description>Adventures in .NET, Agile Development, parenting, music, football, movies, and more...</description>
	<lastBuildDate>Mon, 13 Apr 2009 10:13:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Mertens</title>
		<link>http://www.chrisholmesonline.com/2007/07/31/cab-handling-focus-in-workspace/comment-page-1/#comment-41278</link>
		<dc:creator>Dave Mertens</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisholmesonline.com/2007/07/31/cab-handling-focus-in-workspace/#comment-41278</guid>
		<description>Well, another workaround is creating the FocusWorkspaceView as an extension method of IWorkspace

public static class IWorkspaceExtension
{
  public static void FocusWorkspaceView(this IWorkspace workspace)
  {
     ...
  }
}

Ofcourse this only works with .NET versie 3.5 (VS2008) and later.

This extention could be placed inside the Infrastructure.Library project.</description>
		<content:encoded><![CDATA[<p>Well, another workaround is creating the FocusWorkspaceView as an extension method of IWorkspace</p>
<p>public static class IWorkspaceExtension<br />
{<br />
  public static void FocusWorkspaceView(this IWorkspace workspace)<br />
  {<br />
     &#8230;<br />
  }<br />
}</p>
<p>Ofcourse this only works with .NET versie 3.5 (VS2008) and later.</p>
<p>This extention could be placed inside the Infrastructure.Library project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
