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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.