OperationVisitor<TArgument,TResult>.VisitInterpolation Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
virtual TResult VisitInterpolation(Microsoft::CodeAnalysis::Operations::IInterpolationOperation ^ operation, TArgument argument);
public virtual TResult VisitInterpolation (Microsoft.CodeAnalysis.Operations.IInterpolationOperation operation, TArgument argument);
public virtual TResult? VisitInterpolation (Microsoft.CodeAnalysis.Operations.IInterpolationOperation operation, TArgument argument);
abstract member VisitInterpolation : Microsoft.CodeAnalysis.Operations.IInterpolationOperation * 'Argument -> 'Result
override this.VisitInterpolation : Microsoft.CodeAnalysis.Operations.IInterpolationOperation * 'Argument -> 'Result
Public Overridable Function VisitInterpolation (operation As IInterpolationOperation, argument As TArgument) As TResult
Параметры
- operation
- IInterpolationOperation
- argument
- TArgument
Возвращаемое значение
TResult
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.