Debug.AssertInterpolatedStringHandler Struktura

Definicja

Udostępnia procedurę obsługi ciągów interpolowanych, Assert(Boolean) która wykonuje formatowanie tylko wtedy, gdy potwierdzenie zakończy się niepowodzeniem.

public: value class Debug::AssertInterpolatedStringHandler
public struct Debug.AssertInterpolatedStringHandler
type Debug.AssertInterpolatedStringHandler = struct
Public Structure Debug.AssertInterpolatedStringHandler
Dziedziczenie
Debug.AssertInterpolatedStringHandler

Konstruktory

Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean)

Tworzy wystąpienie programu obsługi.

Metody

AppendFormatted(Object, Int32, String)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted(ReadOnlySpan<Char>)

Zapisuje określony zakres znaków w procedurze obsługi.

AppendFormatted(ReadOnlySpan<Char>, Int32, String)

Zapisuje określony ciąg znaków w procedurze obsługi.

AppendFormatted(String)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted(String, Int32, String)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted<T>(T)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted<T>(T, Int32)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted<T>(T, Int32, String)

Zapisuje określoną wartość w procedurze obsługi.

AppendFormatted<T>(T, String)

Zapisuje określoną wartość w procedurze obsługi.

AppendLiteral(String)

Zapisuje określony ciąg w procedurze obsługi.

Dotyczy