Topic Transformation CoreStartup Script Block Item Ids Property
This read-only property returns an enumerable list of the startup script block item IDs that have
been registered.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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#
public IEnumerable<string> StartupScriptBlockItemIds { get; }VB
Public ReadOnly Property StartupScriptBlockItemIds As IEnumerable(Of String)
GetC++
public:
property IEnumerable<String^>^ StartupScriptBlockItemIds {
IEnumerable<String^>^ get ();
}F#
member StartupScriptBlockItemIds : IEnumerable<string> with get