IErrorList::AreBuildErrorSourceEntriesShown Property

Visual Studio 2015
 

Returns true if filter for StandardTableColumnDefinitions.ErrorSource column does not exclude entries that have the label associated with ErrorSource.Build.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: