Art TargetFormat XPath Property
This is used to get or set the XPath expression used to determine the reference link path format
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 FormatXPath { get; set; }VB
Public Property FormatXPath As XPathExpression
Get
SetC++
public:
property XPathExpression^ FormatXPath {
XPathExpression^ get ();
void set (XPathExpression^ value);
}F#
member FormatXPath : XPathExpression with get, set