次の方法で共有


GeneratorDriverOptions Struct

Definition

Options passed to a GeneratorDriver during creation.

public readonly struct GeneratorDriverOptions
type GeneratorDriverOptions = struct
Public Structure GeneratorDriverOptions
Inheritance
GeneratorDriverOptions

Constructors

GeneratorDriverOptions(IncrementalGeneratorOutputKind, Boolean, String)

Creates GeneratorDriverOptions.

GeneratorDriverOptions(IncrementalGeneratorOutputKind, Boolean)
GeneratorDriverOptions(IncrementalGeneratorOutputKind)

Fields

DisabledOutputs
TrackIncrementalGeneratorSteps

Properties

BaseDirectory

Absolute path to directory that generated source file paths are rooted with, or null to use relative paths for the generated files. Usually the project's output directory unless GeneratedFilesOutputDirectory is specified.

Applies to