Reference Link Info Constructor
Constructor
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 ReferenceLinkInfo(
XPathNavigator element
)VB
Public Sub New (
element As XPathNavigator
)C++
public:
ReferenceLinkInfo(
XPathNavigator^ element
)F#
new :
element : XPathNavigator -> ReferenceLinkInfoParameters
- element XPathNavigator
- The XPath navigator from which to load the link settings
Exceptions
| ArgumentNullException | This is thrown if the element parameters is null |
| InvalidOperationException | This is thrown if the element contains invalid configuration information. |