Click here to Skip to main content
15,884,838 members
Articles / Operating Systems / Windows

Sandcastle Help File Builder

Rate me:
Please Sign up or sign in to vote.
4.93/5 (131 votes)
17 May 2007Ms-PL45 min read 999K   5.3K   291  
A GUI for creating projects to build help files with Sandcastle and a console mode tool to build them as well.
<?xml version="1.0" encoding="utf-8"?>
<!-- Translations provided by Thierry Huguet and his colleagues -->
<content xml:space="preserve">
	<item id="UnsupportedOperator_CSharp">C# does not support this operator.</item>

	<item id="UnsupportedOperator_ManagedCPlusPlus">Managed C++ does not support this operator.</item>

	<item id="UnsupportedUnsafe_VisualBasic">Visual Basic no soporta APIs que consumen o devuelven tipos no seguros.</item>
	<item id="UnsupportedOperator_VisualBasic">Visual Basic does not support this operator.</item>

	<item id="UnsupportedUnsafe_JSharp">J# no soporta APIs que consumen o devuelven tipos no seguros.</item>
	<item id="UnsupportedGeneric_JSharp">J# soporta el uso de APIs genérico pero no el declaración de nuevos.</item>
	<item id="UnsupportedOperator_JSharp">J# no soporta operadores sobrecargados.</item>
	<item id="UnsupportedStaticConstructor_JSharp">J# no soporta constructores estáticos.</item>

	<item id="UnsupportedUnsafe_JScript">JScript does not support APIs that consume or return unsafe types.</item>
	<item id="UnsupportedGeneric_JScript">JScript does not support generic types or methods.</item>
	<item id="UnsupportedExplicit_Jscript">JScript does not support explicit interface implementations.</item>
	<item id="UnsupportedOperator_JScript">JScript does not support overloaded operators.</item>
	<item id="UnsupportedEvent_JScript">JScript does not support events.</item>
	<item id="UnsupportedDelegate_JScript">JScript does not support delegates.</item>
	<item id="UnsupportedStructure_JScript">JScript supportes the use of structures, but not the declaration of new ones.</item>

	<item id="UnsupportedUnsafe_VisualBasicUsage">Visual basic does not support APIs that consume or return unsafe types.</item>
	<item id="UnsupportedOperator_VisualBasicUsage">Visual basic does not support this operator.</item>
	<item id="UnsupportedStaticClass_VisualBasicUsage">You do not need to declare an instance of a static class in order to access its members.</item>

	<!-- XAML Syntax Boilerplate -->
	<item id="classXamlSyntax_abstract">This class is abstract; see <a href="#familyToggle" onclick="OpenSection(familyToggle)"><include item="familyTitle"/></a> for derived non-abstract classes usable in XAML.</item>
	<item id="classXamlSyntax_excludedSubClass">This managed class is not typically used in XAML.</item>
	<item id="classXamlSyntax_noDefaultCtor">You cannot directly create an instance of this class in XAML.</item>
	<item id="classXamlSyntax_noDefaultCtorWithTypeConverter"></item>  <!-- this item intentionally empty, per spec -->

	<item id="structXamlSyntax_nonXaml">You cannot use this managed structure in XAML.</item>
	<item id="structXamlSyntax_attributeUsage"></item>  <!-- this item intentionally empty, per spec -->

	<item id="eventXamlSyntax_parentIsExcludedSubClass">Members of this class are either not typically used in XAML, or cannot be used in XAML.</item>
	<item id="eventXamlSyntax_noXamlSyntaxForInterfaceMembers">You cannot use this event in XAML.</item>
	<item id="eventXamlSyntax_nonXamlParent">You cannot use this event in XAML.</item>
	<item id="eventXamlSyntax_notPublic">You cannot use this event in XAML.</item>
	<item id="eventXamlSyntax_abstract">You cannot use this event in XAML.</item>
	<item id="eventXamlSyntax_nonXaml">You cannot use this event in XAML.</item>  <!-- this id is not currently output by SyntaxBuilder -->

	<item id="propertyXamlSyntax_parentIsExcludedSubClass">Members of this class are either not typically used in XAML, or cannot be used in XAML.</item>
	<item id="propertyXamlSyntax_noXamlSyntaxForInterfaceMembers">You cannot set this property in XAML.</item>
	<item id="propertyXamlSyntax_nonXamlParent">You cannot set this property in XAML.</item>
	<item id="propertyXamlSyntax_notPublic">You cannot set this property in XAML.</item>
	<item id="propertyXamlSyntax_abstract">You cannot set this property in XAML.</item>
	<item id="propertyXamlSyntax_readOnly">You cannot set this property in XAML.</item>
	<item id="propertyXamlSyntax_abstractType">For XAML information, see the {0} type.</item>
	<item id="propertyXamlSyntax_nonXaml">You cannot set this property in XAML.</item>

	<!-- syntax used with all enums in xaml assemblies -->
	<item id="enumerationOverviewXamlSyntax"><span>&lt;<i>object property</i>="<i>enumerationValue</i>" .../&gt;</span></item>

	<!-- boilerplate used with all method, field, etc. in xaml assemblies -->
	<item id="constructorOverviewXamlSyntax">You cannot use constructors in XAML.</item>
	<item id="methodOverviewXamlSyntax">You cannot use methods in XAML.</item>
	<item id="fieldOverviewXamlSyntax">You cannot use fields in XAML.</item>
	<item id="delegateOverviewXamlSyntax">In XAML, you can use delegates but you cannot define your own.</item>
	<item id="interfaceOverviewXamlSyntax">Interfaces cannot be used directly in XAML; see types that implement this interface.</item>

	<!-- boilerplate used with all types and members in all non-xaml assemblies -->
	<item id="nonXamlAssemblyBoilerplate">Not applicable.</item>

	<!-- XAML Section Headings -->
	<item id="xamlAttributeUsageHeading">XAML Attribute Usage</item>
	<item id="xamlObjectElementUsageHeading">XAML Object Element Usage</item>
	<item id="xamlImplicitCollectionUsageHeading">XAML Implicit Collection Usage</item>
	<item id="xamlPropertyElementUsageHeading">XAML Property Element Usage</item>
	<item id="xamlContentElementUsageHeading">XAML Content Element Usage</item>
	<item id="xamlValuesSectionHeading">XAML Values</item>
	<item id="xamlSyntaxBoilerplateHeading">XAML</item>

</content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer (Senior)
United States United States
Eric Woodruff is an Analyst/Programmer for Spokane County, Washington where he helps develop and support various applications, mainly criminal justice systems, using Windows Forms (C#) and SQL Server as well as some ASP.NET applications.

He is also the author of various open source projects for .NET including:

The Sandcastle Help File Builder - A front end and project management system that lets you build help file projects using Microsoft's Sandcastle documentation tools. It includes a standalone GUI and a package for Visual Studio integration.

Visual Studio Spell Checker - A Visual Studio editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with a tool window. This can be installed via the Visual Studio Gallery.

Image Map Controls - Windows Forms and web server controls that implement image maps.

PDI Library - A complete set of classes that let you have access to all objects, properties, parameter types, and data types as defined by the vCard (RFC 2426), vCalendar, and iCalendar (RFC 2445) specifications. A recurrence engine is also provided that allows you to easily and reliably calculate occurrence dates and times for even the most complex recurrence patterns.

Windows Forms List Controls - A set of extended .NET Windows Forms list controls. The controls include an auto-complete combo box, a multi-column combo box, a user control dropdown combo box, a radio button list, a check box list, a data navigator control, and a data list control (similar in nature to a continuous details section in Microsoft Access or the DataRepeater from VB6).

For more information see http://www.EWoodruff.us

Comments and Discussions