InitializationContext Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Context passed to a source generator when Initialize(InitializationContext) is called
public struct InitializationContext
type InitializationContext = struct
Public Structure InitializationContext
- Inheritance
-
InitializationContext
Properties
CancellationToken |
A CancellationToken that can be checked to see if the initialization should be cancelled. |
Methods
RegisterForSyntaxNotifications(SyntaxReceiverCreator) |
Register a SyntaxReceiverCreator for this generator, which can be used to create an instance of an ISyntaxReceiver. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.