IBuild ProcessOpen Xml Files Property
This read-only property is used to get a list of the Open XML files that were built
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
Collection<string> OpenXmlFiles { get; }VB
ReadOnly Property OpenXmlFiles As Collection(Of String)
GetC++
property Collection<String^>^ OpenXmlFiles {
Collection<String^>^ get ();
}F#
abstract OpenXmlFiles : Collection<string> with getProperty Value
CollectionStringRemarks
If the Open XML format was not built, this returns an empty collection