|
|
|
@ -5,29 +5,29 @@
@@ -5,29 +5,29 @@
|
|
|
|
|
</head><body> |
|
|
|
|
<h1>Doozer List</h1> |
|
|
|
|
<p class="notice">This file was generated by the tool 'BuildAddinDocumentation'. |
|
|
|
|
It is based on SharpDevelop 3.0.0.3062.</p> |
|
|
|
|
It is based on SharpDevelop 4.0.0.7014.</p> |
|
|
|
|
<ul> |
|
|
|
|
<li><a href="#Class">Class</a> |
|
|
|
|
<li><a href="#CodeCompletionBinding">CodeCompletionBinding</a> |
|
|
|
|
<li><a href="#CustomProperty">CustomProperty</a> |
|
|
|
|
<li><a href="#CustomTool">CustomTool</a> |
|
|
|
|
<li><a href="#Debugger">Debugger</a> |
|
|
|
|
<li><a href="#DialogPanel">DialogPanel</a> |
|
|
|
|
<li><a href="#Directory">Directory</a> |
|
|
|
|
<li><a href="#DisplayBinding">DisplayBinding</a> |
|
|
|
|
<li><a href="#EditAction">EditAction</a> |
|
|
|
|
<li><a href="#FileFilter">FileFilter</a> |
|
|
|
|
<li><a href="#Icon">Icon</a> |
|
|
|
|
<li><a href="#Include">Include</a> |
|
|
|
|
<li><a href="#LanguageBinding">LanguageBinding</a> |
|
|
|
|
<li><a href="#MenuItem">MenuItem</a> |
|
|
|
|
<li><a href="#OptionPanel">OptionPanel</a> |
|
|
|
|
<li><a href="#Pad">Pad</a> |
|
|
|
|
<li><a href="#Parser">Parser</a> |
|
|
|
|
<li><a href="#ProjectBinding">ProjectBinding</a> |
|
|
|
|
<li><a href="#ProjectContentRegistry">ProjectContentRegistry</a> |
|
|
|
|
<li><a href="#SchemeExtension">SchemeExtension</a> |
|
|
|
|
<li><a href="#String">String</a> |
|
|
|
|
<li><a href="#SyntaxMode">SyntaxMode</a> |
|
|
|
|
<li><a href="#TaskBoundAdditionalLogger">TaskBoundAdditionalLogger</a> |
|
|
|
|
<li><a href="#TaskBoundLoggerFilter">TaskBoundLoggerFilter</a> |
|
|
|
|
<li><a href="#ToolbarItem">ToolbarItem</a> |
|
|
|
|
</ul> |
|
|
|
|
<div> |
|
|
|
@ -70,7 +70,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -70,7 +70,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor.CodeCompletionBindingDoozer</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionBindingDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
@ -275,50 +275,6 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -275,50 +275,6 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="DialogPanel">DialogPanel</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates DefaultDialogPanelDescriptor objects that are used in option dialogs. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.DialogPanelDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>class:</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IDialogPanel class. Optional if the page has subpages. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>label:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Caption of the dialog panel. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Children:</td> |
|
|
|
|
<td> |
|
|
|
|
In the SharpDevelop options, option pages can have subpages by specifying them |
|
|
|
|
as children in the AddInTree. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>In /SharpDevelop/BackendBindings/ProjectOptions/ and /SharpDevelop/Dialogs/OptionsDialog</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
A DefaultDialogPanelDescriptor object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="Directory">Directory</a></h2> |
|
|
|
|
<p> |
|
|
|
@ -426,45 +382,6 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -426,45 +382,6 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
fileNamePattern = "\.(cs|vb)$" /> |
|
|
|
|
</Path></pre></p> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="EditAction">EditAction</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates IEditAction objects for the text editor. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.DefaultEditor.Codons.EditActionDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>keys:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Comma-separated list of keyboard shortcuts that activate the edit action. |
|
|
|
|
E.g. "Control|C,Control|Insert" |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>class:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IEditAction class. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>Only in /AddIns/DefaultTextEditor/EditActions</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
An IEditAction object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="FileFilter">FileFilter</a></h2> |
|
|
|
|
<p> |
|
|
|
@ -497,8 +414,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -497,8 +414,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
String in the format "name|extensions". |
|
|
|
|
<td>FileFilterDescriptor in the format "name|extensions". |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
@ -593,7 +509,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -593,7 +509,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
<div> |
|
|
|
|
<h2><a name="LanguageBinding">LanguageBinding</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates LanguageBindingDescriptor objects for the project service. |
|
|
|
|
Creates LanguageBindingDescriptor objects for the language binding service. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
@ -602,24 +518,10 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -602,24 +518,10 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>guid:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Project type GUID of the project used by MsBuild. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>supportedextensions:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Semicolon-separated list of file extensions that are compilable files in the project. (e.g. ".boo") |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>projectfileextension:</td> |
|
|
|
|
<th>extensions:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
File extension of project files. (e.g. ".booproj") |
|
|
|
|
Semicolon-separated list of file extensions that are handled by the language binding (e.g. .xaml) |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
@ -637,7 +539,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -637,7 +539,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
An LanguageBindingDescriptor object that wraps the ILanguageBinding object. |
|
|
|
|
The ILanguageBinding object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
@ -693,6 +595,15 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -693,6 +595,15 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
Command class that is run when item is clicked. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>command:</td> |
|
|
|
|
<td class="userequired">optional</td> |
|
|
|
|
<td> |
|
|
|
|
A WPF routed command that is executed when item is clicked. |
|
|
|
|
Currently, this property is supported only for WPF Menus. |
|
|
|
|
Only one of the "class" and "command" attributes can be used on a menu entry. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>link:</td> |
|
|
|
|
<td class="userequired">optional</td> |
|
|
|
@ -722,7 +633,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -722,7 +633,7 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
Any ToolStrip* object, depending on the type attribute. |
|
|
|
|
A MenuItemDescriptor object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
@ -731,6 +642,50 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -731,6 +642,50 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="OptionPanel">OptionPanel</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates DefaultOptionPanelDescriptor objects that are used in option dialogs. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.OptionPanelDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>class:</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IOptionPanel class. Optional if the page has subpages. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>label:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Caption of the dialog panel. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Children:</td> |
|
|
|
|
<td> |
|
|
|
|
In the SharpDevelop options, option pages can have subpages by specifying them |
|
|
|
|
as children in the AddInTree. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>In /SharpDevelop/BackendBindings/ProjectOptions/ and /SharpDevelop/Dialogs/OptionsDialog</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
A DefaultOptionPanelDescriptor object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="Pad">Pad</a></h2> |
|
|
|
|
<p> |
|
|
|
@ -784,6 +739,13 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -784,6 +739,13 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
Shortcut that activates the 'Show pad' command (e.g. "Control|Alt|T"). |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>defaultPosition:</td> |
|
|
|
|
<td class="userequired">optional</td> |
|
|
|
|
<td> |
|
|
|
|
Default position of the pad, as a ICSharpCode.SharpDevelop.DefaultPadPositions enum value (e.g. "Bottom, Hidden"). |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
@ -815,26 +777,72 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -815,26 +777,72 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>projectfileextension:</td> |
|
|
|
|
<th colspan=2>class:</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IParser class. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>Only in /Workspace/Parser</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
An ParserDescriptor object that wraps the IParser object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="ProjectBinding">ProjectBinding</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates ProjectBindingDescriptor objects for the project service. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.ProjectBindingDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>guid:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Project type GUID of the project used by MSBuild. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>supportedextensions:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Semicolon-separated list of file extensions that are compilable files in the project. (e.g. ".boo") |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>projectfileextension:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
File extension of project files. (e.g. ".booproj") |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>class:</td> |
|
|
|
|
<th>class:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IParser class. |
|
|
|
|
Name of the IProjectBinding class. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>Only in /Workspace/Parser</td> |
|
|
|
|
<td>Only in /SharpDevelop/Workbench/ProjectBinding</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
An ParserDescriptor object that wraps the IParser object. |
|
|
|
|
A ProjectBindingDescriptor object that wraps the IProjectBinding object. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
@ -943,69 +951,69 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -943,69 +951,69 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="SyntaxMode">SyntaxMode</a></h2> |
|
|
|
|
<h2><a name="TaskBoundAdditionalLogger">TaskBoundAdditionalLogger</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates AddInTreeSyntaxMode objects that wrap a .xshd syntax mode stored as resource in the |
|
|
|
|
addin assembly. |
|
|
|
|
Creates IMSBuildAdditionalLogger objects that are only |
|
|
|
|
activated when a specific MSBuild task is running. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.DefaultEditor.Codons.SyntaxModeDoozer</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.Project.TaskBoundAdditionalLoggerDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>name:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the language for which the syntax mode is used. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>extensions:</td> |
|
|
|
|
<th>class:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Semicolon-separated list of file extensions for which the syntax mode is used. |
|
|
|
|
Name of the IMSBuildAdditionalLogger class. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>resource:</td> |
|
|
|
|
<th>taskname:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Fully qualified name of the resource file. |
|
|
|
|
Specifies the name of the MSBuild task that must be running for |
|
|
|
|
this logger to be active. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>Only in /SharpDevelop/ViewContent/DefaultTextEditor/SyntaxModes</td> |
|
|
|
|
<td>Only in /SharpDevelop/MSBuildEngine/AdditionalLoggers</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
An AddInTreeSyntaxMode object that loads the resource from the addin assembly when |
|
|
|
|
its CreateTextReader method is called. |
|
|
|
|
A IMSBuildAdditionalLogger object that lazy-loads the specified |
|
|
|
|
IMSBuildAdditionalLogger when the specified task is running. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
<p><span class="exampleTitle">Example: </span> |
|
|
|
|
<br><pre> |
|
|
|
|
<TaskBoundAdditionalLogger |
|
|
|
|
id = "FxCopLogger" |
|
|
|
|
taskname = "FxCop" |
|
|
|
|
class = "ICSharpCode.CodeAnalysis.FxCopLogger"/></pre></p> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="TaskBoundAdditionalLogger">TaskBoundAdditionalLogger</a></h2> |
|
|
|
|
<h2><a name="TaskBoundLoggerFilter">TaskBoundLoggerFilter</a></h2> |
|
|
|
|
<p> |
|
|
|
|
Creates IMSBuildAdditionalLogger objects that are only |
|
|
|
|
Creates IMSBuildLoggerFilter objects that are only |
|
|
|
|
activated when a specific MSBuild task is running. |
|
|
|
|
</p> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Doozer name:</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.Project.TaskBoundAdditionalLoggerDoozer</td> |
|
|
|
|
<td>ICSharpCode.SharpDevelop.Project.TaskBoundLoggerFilterDoozer</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr><td colspan=3><hr><h3>Attributes:</h3></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>class:</td> |
|
|
|
|
<td class="userequired">required</td> |
|
|
|
|
<td> |
|
|
|
|
Name of the IMSBuildAdditionalLogger class. |
|
|
|
|
Name of the IMSBuildLoggerFilter class. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
@ -1019,22 +1027,22 @@ It is based on SharpDevelop 3.0.0.3062.</p>
@@ -1019,22 +1027,22 @@ It is based on SharpDevelop 3.0.0.3062.</p>
|
|
|
|
|
<tr><td colspan=3><hr></td></tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Usage:</td> |
|
|
|
|
<td>Only in /SharpDevelop/MSBuildEngine/AdditionalLoggers</td> |
|
|
|
|
<td>Only in /SharpDevelop/MSBuildEngine/LoggerFilters</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan=2>Returns:</td> |
|
|
|
|
<td> |
|
|
|
|
A IMSBuildAdditionalLogger object that lazy-loads the specified |
|
|
|
|
IMSBuildAdditionalLogger when the specified task is running. |
|
|
|
|
A IMSBuildLoggerFilter object that lazy-loads the specified |
|
|
|
|
IMSBuildLoggerFilter when the specified task is running. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
<p><span class="exampleTitle">Example: </span> |
|
|
|
|
<br><pre> |
|
|
|
|
<TaskBoundAdditionalLogger |
|
|
|
|
<TaskBoundLoggerFilter |
|
|
|
|
id = "FxCopLogger" |
|
|
|
|
taskname = "FxCop" |
|
|
|
|
class = "ICSharpCode.CodeAnalysis.FxCopLogger"/></pre></p> |
|
|
|
|
class = "ICSharpCode.CodeAnalysis.FxCopLoggerFilter"/></pre></p> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<h2><a name="ToolbarItem">ToolbarItem</a></h2> |
|
|
|
|