PackageClass.SuppressConfigurationWarnings 属性

定义

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

属性值

Boolean

如果取消配置生成的警告,则为 true ;否则 为 false

实现

注解

有关详细信息,请参阅 Package

适用于