IErrorList::AreMessagesShown Property

Visual Studio 2015
 

Returns true if filter for the StandardTableColumnDefinitions.ErrorSeverity column does not exclude entries that have the label associated with __VSERRORCATEGORY.EC_MESSAGE.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

property bool AreMessagesShown {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: