Vbc.DisabledWarnings 属性

定义

获取或设置由警告标识符数字部分所指定的一条或多条要取消显示的警告。Gets or sets one or more warnings to suppress that are specified by the numeric part of the warning identifier.

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

public:
 property System::String ^ DisabledWarnings { System::String ^ get(); void set(System::String ^ value); };
public string DisabledWarnings { get; set; }
member this.DisabledWarnings : string with get, set
Public Property DisabledWarnings As String

属性值

String

由警告标识符数字部分所指定的一条或多条要取消显示的警告。The warnings to suppress that are specified by the numeric part of the warning identifier.

注解

多个警告之间用分号分隔。Multiple warnings are separated by semicolons.

适用于