FileTags
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Property in CompilationResult
Gets the collection of file-level tags found in the source code.
public Dictionary<string, IEnumerable<string>> FileTags { get; internal set; }
The keys of this dictionary are the file names (as indicated by the FileName property of the CompilationJob 's Files collection), and the values are the file tags associated with that file.