OperationVisitor<TArgument,TResult>.VisitInterpolatedStringHandlerCreation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public virtual TResult? VisitInterpolatedStringHandlerCreation(Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation operation, TArgument argument);
abstract member VisitInterpolatedStringHandlerCreation : Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation * 'Argument -> 'Result
override this.VisitInterpolatedStringHandlerCreation : Microsoft.CodeAnalysis.Operations.IInterpolatedStringHandlerCreationOperation * 'Argument -> 'Result
Public Overridable Function VisitInterpolatedStringHandlerCreation (operation As IInterpolatedStringHandlerCreationOperation, argument As TArgument) As TResult
Paramètres
- argument
- TArgument