spy.doc Help Documentation
| annotation |
|
||
| diagram | ![]() |
||
| children | htmlHelpProjectFilePath htmlHelpCompilerPath startPageFilePath homePageFilePath | ||
| used by |
|
||
| source | <xs:complexType name="htmlHelpSettingsType"> <xs:annotation> <xs:documentation>HTML Help configuration settings.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="htmlHelpProjectFilePath" type="xs:string"> <xs:annotation> <xs:documentation>Html help project template file path.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="htmlHelpCompilerPath" type="xs:string"> <xs:annotation> <xs:documentation>HTML help compiler (hhc.exe) file path.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="startPageFilePath" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HTML start page file path.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="homePageFilePath" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HTML home page file path.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |