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

Définition

Crée une instance du gestionnaire.

public:
 AssertInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, [Runtime::InteropServices::Out] bool % shouldAppend);
public AssertInterpolatedStringHandler (int literalLength, int formattedCount, bool condition, out bool shouldAppend);
new System.Diagnostics.Debug.AssertInterpolatedStringHandler : int * int * bool * bool -> System.Diagnostics.Debug.AssertInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Boolean, ByRef shouldAppend As Boolean)

Paramètres

literalLength
Int32

Nombre de caractères constants en dehors des expressions d’interpolation dans la chaîne interpolée.

formattedCount
Int32

Nombre d’expressions d’interpolation dans la chaîne interpolée.

condition
Boolean

Condition booléenne passée à la Debug méthode .

shouldAppend
Boolean

Valeur indiquant si la mise en forme doit continuer.

Remarques

Elle est destinée à être appelée uniquement par le code généré par le compilateur. Les arguments ne sont pas validés, comme ils le seraient autrement pour les membres destinés à être utilisés directement.

S’applique à