Resolve Reference Links ComponentTargets Property
This read-only property returns the target type dictionary
Definition
Namespace: Sandcastle.Tools.BuildComponents
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#
protected TargetTypeDictionary Targets { get; }VB
Protected ReadOnly Property Targets As TargetTypeDictionary
GetC++
protected:
property TargetTypeDictionary^ Targets {
TargetTypeDictionary^ get ();
}F#
member Targets : TargetTypeDictionary with get