Topic Transformation CoreAdd Notice Definition Method
Add a notice definitions
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 void AddNoticeDefinition(
Notice notice
)VB
Public Sub AddNoticeDefinition (
notice As Notice
)C++
public:
void AddNoticeDefinition(
Notice^ notice
)F#
member AddNoticeDefinition :
notice : Notice -> unit Parameters
- notice Notice
- The notice to add. If the notice matches an existing entry's element name or attribute name, it will replace the existing entry.