SourceProductionContext 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public readonly struct SourceProductionContext
type SourceProductionContext = struct
Public Structure SourceProductionContext
- 繼承
-
SourceProductionContext
屬性
CancellationToken |
透過 註冊輸出時傳遞至累加產生器的內容 RegisterSourceOutput<TSource>(IncrementalValueProvider<TSource>, Action<SourceProductionContext,TSource>) |
方法
AddSource(String, SourceText) |
SourceText將 加入至編譯 |
AddSource(String, String) |
將 格式的 String 原始程式碼加入至編譯。 |
ReportDiagnostic(Diagnostic) |
Diagnostic將 加入至使用者編譯 |