TransformationArgumentContent Property
This is used to get or set the argument's content for complex arguments
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public XElement Content { get; set; }
Public Property Content As XElement
Get
Set
public:
property XElement^ Content {
XElement^ get ();
void set (XElement^ value);
}
member Content : XElement with get, set
Property Value
XElement 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.