Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建处理程序的实例。
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)
参数
- literalLength
- Int32
内插字符串中内插表达式之外的常量字符数。
- formattedCount
- Int32
内插字符串中的内插表达式数。
- shouldAppend
- Boolean
一个值,该值指示是否应继续设置格式。
注解
这只能由编译器生成的代码调用。 参数不进行验证,否则它们对于打算直接使用的成员而言。