Target 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 TargetInfo(
string targetUrl,
string targetText,
ConceptualLinkType typeOfLink
)VB
Public Sub New (
targetUrl As String,
targetText As String,
typeOfLink As ConceptualLinkType
)C++
public:
TargetInfo(
String^ targetUrl,
String^ targetText,
ConceptualLinkType typeOfLink
)F#
new :
targetUrl : string *
targetText : string *
typeOfLink : ConceptualLinkType -> TargetInfoParameters
- targetUrl String
- The target URL
- targetText String
- The target's link text
- typeOfLink ConceptualLinkType
- The type of link
Exceptions
| ArgumentNullException | This is thrown if the target URL or text is null |