Assert.AssertIsInstanceOfTypeInterpolatedStringHandler Структура
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Предоставляет интерполированный обработчик строки, используемый Assert.IsInstanceOfType перегрузками, которые выделяют и форматируют сообщение только при сбое утверждения.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
[System.Diagnostics.StackTraceHidden]
public readonly struct Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Diagnostics.StackTraceHidden>]
type Assert.AssertIsInstanceOfTypeInterpolatedStringHandler = struct
Public Structure Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
- Наследование
-
Assert.AssertIsInstanceOfTypeInterpolatedStringHandler
- Атрибуты
Комментарии
Этот тип предназначен для использования компилятором; пользователи не должны напрямую ссылаться на него.
Конструкторы
| Имя | Описание |
|---|---|
| Assert.AssertIsInstanceOfTypeInterpolatedStringHandler(Int32, Int32, Object, Type, Boolean) |
Инициализирует новый экземпляр Assert.AssertIsInstanceOfTypeInterpolatedStringHandler структуры. |
Методы
| Имя | Описание |
|---|---|
| AppendFormatted(Object, Int32, String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted(ReadOnlySpan<Char>, Int32, String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted(ReadOnlySpan<Char>) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted(String, Int32, String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted(String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted<T>(T, Int32, String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted<T>(T, Int32) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted<T>(T, String) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendFormatted<T>(T) |
Предоставляет интерполированный обработчик строки, используемый |
| AppendLiteral(String) |
Предоставляет интерполированный обработчик строки, используемый |