SyntaxElementNamespaceAndAssemblyInfoRenderer Property
This is used to get or set the action delegate use to render the namespace and assembly information
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public Action<TopicTransformationCore, XElement> NamespaceAndAssemblyInfoRenderer { get; set; }
Public Property NamespaceAndAssemblyInfoRenderer As Action(Of TopicTransformationCore, XElement)
Get
Set
public:
property Action<TopicTransformationCore^, XElement^>^ NamespaceAndAssemblyInfoRenderer {
Action<TopicTransformationCore^, XElement^>^ get ();
void set (Action<TopicTransformationCore^, XElement^>^ value);
}
member NamespaceAndAssemblyInfoRenderer : Action<TopicTransformationCore, XElement> with get, set
Property Value
ActionTopicTransformationCore,
XElement