Summary
Specifies the projects to have metadata extracted. There are several approaches to extract language metadata.
- From a supported project file or project file list. Supported project file extensions include .csproj, .vbproj, .sln.
- From a supported source code file or source code file list. Supported source code file extensions include .cs and .vb. Files can be combined using , as seperator and search pattern.
- From docfx.json file.
- Namespace
- Cake
.DocFx .Metadata - Containing Type
- Doc
Fx Metadata Settings
Syntax
public IEnumerable<FilePath> Projects { get; set; }
Value
Type | Description |
---|---|
IEnumerable |