ISyntax Generator FactoryResource Item File Location Property
This read-only property is implemented to return the default and localized resource item file
location.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string ResourceItemFileLocation { get; }VB
ReadOnly Property ResourceItemFileLocation As String
GetC++
property String^ ResourceItemFileLocation {
String^ get ();
}F#
abstract ResourceItemFileLocation : string with getProperty Value
StringRemarks
If it returns null or an empty string, it is assumed the syntax generator has no resource item files. Otherwise, this will return the folder containing the default and localized resource item files for things such as the title to use for syntax sections and code examples, unsupported language feature messages, etc.
The resource item files are like those in the presentation styles. The root folder contains the default (English) resource item file. Subfolders, if any, named after each supported language contain the localized version of the file. In all cases, the file is named using the language ID plus a ".xml" extension.