SimpleErrorListItem(String, String, TaskPriority, TaskErrorCategory) Constructor
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.
Constructor
public:
SimpleErrorListItem(System::String ^ text, System::String ^ fileName, Microsoft::VisualStudio::Shell::TaskPriority priority, Microsoft::VisualStudio::Shell::TaskErrorCategory category);
public SimpleErrorListItem (string text, string fileName, Microsoft.VisualStudio.Shell.TaskPriority priority, Microsoft.VisualStudio.Shell.TaskErrorCategory category);
new Microsoft.VisualStudio.Modeling.Shell.SimpleErrorListItem : string * string * Microsoft.VisualStudio.Shell.TaskPriority * Microsoft.VisualStudio.Shell.TaskErrorCategory -> Microsoft.VisualStudio.Modeling.Shell.SimpleErrorListItem
Public Sub New (text As String, fileName As String, priority As TaskPriority, category As TaskErrorCategory)
Parameters
- text
- String
The text to display in the error window.
- fileName
- String
- priority
- TaskPriority
The priority of the error item.
- category
- TaskErrorCategory
The category of the error item.