CopyCommandTarget Property
This read-only property returns the XPath expression used to get the target element to which the
source elements are copied
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public XPathExpression Target { get; }
Public ReadOnly Property Target As XPathExpression
Get
public:
property XPathExpression^ Target {
XPathExpression^ get ();
}
member Target : XPathExpression with get
Property Value
XPathExpression