Target Directory CollectionItem(String) Property
This read-only indexer can be used to retrieve the target info for the specified target ID
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
A TargetInfo object if found or null if not found.
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public TargetInfo this[
string targetId
] { get; }VB
Public ReadOnly Default Property Item (
targetId As String
) As TargetInfo
GetC++
public:
property TargetInfo^ default[String^ targetId] {
TargetInfo^ get (String^ targetId);
}F#
member Item : TargetInfo with getParameters
- targetId String
- The target ID of the file to locate. This is expected to be in the form of a GUID.
Return Value
TargetInfoA TargetInfo object if found or null if not found.