Shared Content ElementItem Property
This read-only property returns the item XPath expression used to get the name of the content item
that will replace the element.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public XPathExpression Item { get; }VB
Public ReadOnly Property Item As XPathExpression
GetC++
public:
property XPathExpression^ Item {
XPathExpression^ get ();
}F#
member Item : XPathExpression with get