Transformation ArgumentContent Property
This is used to get or set the argument's content for complex arguments
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 XElement Content { get; set; }VB
Public Property Content As XElement
Get
SetC++
public:
property XElement^ Content {
XElement^ get ();
void set (XElement^ value);
}F#
member Content : XElement with get, setProperty Value
XElementRemarks
If set to a non-null value, the value of the Value property is ignored. The
Value property takes precedence if both are set. The root element name is not
relevant. Only the content is significant and will be used.