source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Presentation/Shared/content/syntax_content.xml@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 7.1 KB
Line 
1<content xml:space="preserve">
2
3 <!-- C# messages -->
4 <item id="UnsupportedOperator_CSharp">C# does not support this operator.</item>
5
6 <!-- C++ messages -->
7 <item id="UnsupportedOperator_ManagedCPlusPlus">Visual C++ does not support this operator.</item>
8
9 <!-- VB messages -->
10 <item id="UnsupportedUnsafe_VisualBasic">Visual Basic does not support APIs that consume or return unsafe types.</item>
11 <item id="UnsupportedOperator_VisualBasic">Visual Basic does not support this operator.</item>
12 <item id="UnsupportedStaticClass_VisualBasic">Visual Basic does not support the declaration of static classes.</item>
13
14 <!-- J# messages -->
15 <item id="UnsupportedUnsafe_JSharp">J# does not support APIs that consume or return unsafe types.</item>
16 <item id="UnsupportedGeneric_JSharp">J# supports the use of generic APIs, but not the declaration of new ones.</item>
17 <item id="UnsupportedOperator_JSharp">J# does not support overloaded operators.</item>
18 <item id="UnsupportedStaticConstructor_JSharp">J# does not support static constructors.</item>
19 <item id="UnsupportedExplicit_JSharp">J# supports the use of explicit interface implementations, but not the declaration of new ones.</item>
20
21 <!-- JScript messages -->
22 <item id="UnsupportedUnsafe_JScript">JScript does not support APIs that consume or return unsafe types.</item>
23 <item id="UnsupportedGeneric_JScript">JScript does not support generic types or methods.</item>
24 <item id="UnsupportedExplicit_Jscript">JScript does not support explicit interface implementations.</item>
25 <item id="UnsupportedOperator_JScript">JScript does not support overloaded operators.</item>
26 <item id="UnsupportedEvent_JScript">JScript does not support events.</item>
27 <item id="UnsupportedDelegate_JScript">JScript does not support delegates.</item>
28 <item id="UnsupportedStructure_JScript">JScript supports the use of structures, but not the declaration of new ones.</item>
29 <item id="UnsupportedIndex_JScript">JScript does not support indexed properties.</item>
30 <item id="UnsupportedCast_JScript">JScript does not support the declaration of new casting operators.</item>
31 <item id="UnsupportedStaticConstructor_JScript">JScript does not support static constructors.</item>
32
33 <!-- JavaScript(Script#) messages-->
34 <item id="UnsupportedType_ScriptSharp">This type supports the Script# infrastructure and cannot be used directly from JavaScript.</item>
35 <item id="UnsupportedUnsafe_JavaScript">JavaScript does not support APIs that consume or return unsafe types.</item>
36 <item id="UnsupportedGeneric_JavaScript">JavaScript does not support generic types or methods.</item>
37 <item id="UnsupportedExplicit_JavaScript">JavaScript does not support explicit interface implementations.</item>
38 <item id="UnsupportedOperator_JavaScript">JavaScript does not support overloaded operators.</item>
39 <item id="UnsupportedStructure_JavaScript">JavaScript supports the use of structures, but not the declaration of new ones.</item>
40 <item id="UnsupportedIndex_JavaScript">JavaScript does not support indexed properties.</item>
41 <item id="UnsupportedCast_JavaScript">JavaScript does not support the declaration of new casting operators.</item>
42 <!-- VB usages message -->
43 <item id="UnsupportedUnsafe_VisualBasicUsage">Visual basic does not support APIs that consume or return unsafe types.</item>
44 <item id="UnsupportedOperator_VisualBasicUsage">Visual basic does not support this operator.</item>
45 <item id="UnsupportedStaticClass_VisualBasicUsage">You do not need to declare an instance of a static class in order to access its members.</item>
46
47 <!-- XAML Syntax Boilerplate -->
48 <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>
49 <item id="classXamlSyntax_excludedSubClass">This managed class is not typically used in XAML.</item>
50 <item id="classXamlSyntax_noDefaultCtor">You cannot directly create an instance of this class in XAML.</item>
51 <item id="classXamlSyntax_noDefaultCtorWithTypeConverter"></item> <!-- this item intentionally empty, per spec -->
52
53 <item id="structXamlSyntax_nonXaml">You cannot use this managed structure in XAML.</item>
54 <item id="structXamlSyntax_attributeUsage"></item> <!-- this item intentionally empty, per spec -->
55
56 <item id="eventXamlSyntax_parentIsExcludedSubClass">Members of this class are either not typically used in XAML, or cannot be used in XAML.</item>
57 <item id="eventXamlSyntax_noXamlSyntaxForInterfaceMembers">You cannot use this event in XAML.</item>
58 <item id="eventXamlSyntax_nonXamlParent">You cannot use this event in XAML.</item>
59 <item id="eventXamlSyntax_notPublic">You cannot use this event in XAML.</item>
60 <item id="eventXamlSyntax_abstract">You cannot use this event in XAML.</item>
61 <item id="eventXamlSyntax_nonXaml">You cannot use this event in XAML.</item> <!-- this id is not currently output by SyntaxBuilder -->
62
63 <item id="propertyXamlSyntax_parentIsExcludedSubClass">Members of this class are either not typically used in XAML, or cannot be used in XAML.</item>
64 <item id="propertyXamlSyntax_noXamlSyntaxForInterfaceMembers">You cannot set this property in XAML.</item>
65 <item id="propertyXamlSyntax_nonXamlParent">You cannot set this property in XAML.</item>
66 <item id="propertyXamlSyntax_notPublic">You cannot set this property in XAML.</item>
67 <item id="propertyXamlSyntax_abstract">You cannot set this property in XAML.</item>
68 <item id="propertyXamlSyntax_readOnly">You cannot set this property in XAML.</item>
69 <item id="propertyXamlSyntax_abstractType">For XAML information, see the {0} type.</item>
70 <item id="propertyXamlSyntax_nonXaml">You cannot set this property in XAML.</item>
71
72 <!-- syntax used with all enums in xaml assemblies -->
73 <item id="enumerationOverviewXamlSyntax"><span>&lt;<i>object property</i>="<i>enumerationValue</i>" .../&gt;</span></item>
74
75 <!-- boilerplate used with all method, field, etc. in xaml assemblies -->
76 <item id="constructorOverviewXamlSyntax">You cannot use constructors in XAML.</item>
77 <item id="methodOverviewXamlSyntax">You cannot use methods in XAML.</item>
78 <item id="fieldOverviewXamlSyntax">You cannot use fields in XAML.</item>
79 <item id="delegateOverviewXamlSyntax">In XAML, you can use delegates but you cannot define your own.</item>
80 <item id="interfaceOverviewXamlSyntax">Interfaces cannot be used directly in XAML; see types that implement this interface.</item>
81
82 <!-- boilerplate used with all types and members in all non-xaml assemblies -->
83 <item id="nonXamlAssemblyBoilerplate">Not applicable.</item>
84
85 <!-- XAML Section Headings -->
86 <item id="xamlAttributeUsageHeading">XAML Attribute Usage</item>
87 <item id="xamlObjectElementUsageHeading">XAML Object Element Usage</item>
88 <item id="xamlImplicitCollectionUsageHeading">XAML Implicit Collection Usage</item>
89 <item id="xamlPropertyElementUsageHeading">XAML Property Element Usage</item>
90 <item id="xamlContentElementUsageHeading">XAML Content Element Usage</item>
91 <item id="xamlValuesSectionHeading">XAML Values</item>
92 <item id="xamlSyntaxBoilerplateHeading">XAML</item>
93
94</content>
Note: See TracBrowser for help on using the repository browser.