Vbc.NoWarnings 属性

定义

获取或设置一个布尔值,该值指定任务是否将取消显示所有警告。Gets or sets a Boolean value that specifies whether the task will suppress all warnings.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property bool NoWarnings { bool get(); void set(bool value); };
public bool NoWarnings { get; set; }
member this.NoWarnings : bool with get, set
Public Property NoWarnings As Boolean

属性值

Boolean

如果任务将取消显示所有警告,则为 true;否则为 falsetrue if the task will suppress all warnings; otherwise, false.

适用于