TargetDirectoryCollectionItem(String) Property
This read-only indexer can be used to retrieve the target info for the specified target ID
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public TargetInfo this[
string targetId
] { get; }
Public ReadOnly Default Property Item (
targetId As String
) As TargetInfo
Get
public:
property TargetInfo^ default[String^ targetId] {
TargetInfo^ get (String^ targetId);
}
member Item : TargetInfo with get
- targetId String
- The target ID of the file to locate. This is expected to be in the form of
a GUID.
TargetInfoA
TargetInfo object if found or null if not found.