Debug.WriteIfInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance du gestionnaire.
public:
WriteIfInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, [Runtime::InteropServices::Out] bool % shouldAppend);
public WriteIfInterpolatedStringHandler (int literalLength, int formattedCount, bool condition, out bool shouldAppend);
new System.Diagnostics.Debug.WriteIfInterpolatedStringHandler : int * int * bool * bool -> System.Diagnostics.Debug.WriteIfInterpolatedStringHandler
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.
- 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.