Table of Contents

TargetDirectoryCollection.this Property

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

This read-only indexer can be used to retrieve the target info for the specified target ID

public TargetInfo this[string targetId] { get; }

Parameters

targetId string

The target ID of the file to locate. This is expected to be in the form of a GUID.

Property Value

TargetInfo

A TargetInfo object if found or null if not found.