IErrorList.AreWarningsShown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if filter for the ErrorSeverity column does not exclude entries that have the label associated with __VSERRORCATEGORY.EC_WARNING.
public:
property bool AreWarningsShown { bool get(); void set(bool value); };
public:
property bool AreWarningsShown { bool get(); void set(bool value); };
public bool AreWarningsShown { get; set; }
member this.AreWarningsShown : bool with get, set
Public Property AreWarningsShown As Boolean
Property Value
Returns Boolean.