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