GeneratorRunResult.TrackedSteps 속성

정의

생성기 전달 중에 실행된 명명된 증분 단계(중간 및 최종 출력 단계 모두)의 컬렉션이 이 결과를 나타냅니다.

public System.Collections.Immutable.ImmutableDictionary<string,System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IncrementalGeneratorRunStep>> TrackedSteps { get; }
member this.TrackedSteps : System.Collections.Immutable.ImmutableDictionary<string, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IncrementalGeneratorRunStep>>
Public ReadOnly Property TrackedSteps As ImmutableDictionary(Of String, ImmutableArray(Of IncrementalGeneratorRunStep))

속성 값

설명

단계 이름은 확장 메서드 WithTrackingName으로 지정할 수 있습니다.

적용 대상