﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Neue Bearbeitungen</title>
    <description />
    <lastBuildDate>Thu, 24 May 2012 12:16:46 Z</lastBuildDate>
    <item>
      <link>http://msdn.microsoft.com/de-de/library/ms171415(VS.100).aspx#CommunityContent</link>
      <author>Klaus Ruttkowski</author>
      <title>Eigene Parameter an Wizard übergeben</title>
      <description>z.B.&amp;lt;WizardData&amp;gt;MyParameter&amp;lt;/WizardData&amp;gt;Auslesen im Wizard in der Funktion RunSarted mit:string WizardDate = string.EmptyreplacementsDictionary.TryGetValue("$wizarddata$", out WizardData);</description>
      <pubDate>Wed, 23 May 2012 12:49:02 -0700</pubDate>
    </item>
    <item>
      <link>http://msdn.microsoft.com/de-de/library/ms171415(VS.90).aspx#CommunityContent</link>
      <author>Klaus Ruttkowski</author>
      <title>Eigene Parameter an Wizard übergeben</title>
      <description>z.B.&amp;lt;WizardData&amp;gt;MyParameter&amp;lt;/WizardData&amp;gt;Auslesen im Wizard in der Funktion RunSarted mit:string WizardDate = string.EmptyreplacementsDictionary.TryGetValue("$wizarddata$", out WizardData);</description>
      <pubDate>Wed, 23 May 2012 08:44:57 -0700</pubDate>
    </item>
    <item>
      <link>http://msdn.microsoft.com/de-de/library/ee705358(VS.100).aspx#CommunityContent</link>
      <author>Klaus Ruttkowski</author>
      <title>Dateien dem Rrojekt nur bedingt anfügen</title>
      <description>ShouldAddProjectItem wird bei jeder Datei die durch den Wizard dem Projekt angefügt wird aufgerufen. Der Parameter ist der ursprüngliche Dateiname ohne Pfadangaben. Wenn sie false zurückgeben, wird die Datei dem Projekt nicht angefürgt. // Nur anfügen, wenn in einer Abfrageform ein ein Häkchen gestetz ist und der Dateiname "Example.cs" ist.if (inputForm.IncludeExample == false &amp;amp;&amp;amp; filePath == "Example.cs") return false;// alle anderen anfügenreturn true;Den Namen der Datei Example.cs könn</description>
      <pubDate>Wed, 23 May 2012 08:29:31 -0700</pubDate>
    </item>
    <item>
      <link>http://msdn.microsoft.com/de-de/library/ms181477(VS.100).aspx#CommunityContent</link>
      <author>Uwe Letas</author>
      <title>Test</title>
      <description>...</description>
      <pubDate>Wed, 23 May 2012 07:46:21 -0700</pubDate>
    </item>
    <item>
      <link>http://msdn.microsoft.com/de-de/library/bb356724(VS.100).aspx#CommunityContent</link>
      <author>Daniel Latikaynen</author>
      <title>c# sample?</title>
      <description>This C# sample program consists of a main() entry point with the GC.Collect() as its only instruction. What is this supposed to achieve? Does it collect the heaps of other .NET apps running on the same machine? Otherwise, one would expect to see some allocations; a mere call to GC.Collect() in a program which does nothing except start and quit seems otherwise pointless.</description>
      <pubDate>Tue, 22 May 2012 09:30:29 -0700</pubDate>
    </item>
  </channel>
</rss>
