Type TargetTemplates Property
This is used to get or set the templates
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public IList<string> Templates { get; set; }VB
Public Property Templates As IList(Of String)
Get
SetC++
public:
property IList<String^>^ Templates {
IList<String^>^ get ();
void set (IList<String^>^ value);
}F#
member Templates : IList<string> with get, set