Share via


Assert.AssertIsFalseInterpolatedStringHandler Constructor

Definition

public AssertIsFalseInterpolatedStringHandler(int literalLength, int formattedCount, bool? condition, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsFalseInterpolatedStringHandler : int * int * Nullable<bool> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsFalseInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Nullable(Of Boolean), ByRef shouldAppend As Boolean)

Parameters

literalLength
Int32
formattedCount
Int32
condition
Nullable<Boolean>
shouldAppend
Boolean

Applies to