DataSchemaErrorTask Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataSchemaErrorTask class.
Overload List
Name | Description | |
---|---|---|
DataSchemaErrorTask() | Initializes a new instance of the DataSchemaErrorTask class. | |
DataSchemaErrorTask(String) | Initializes a new instance of the DataSchemaErrorTask class. Constructs a task in the task list with passed in information. | |
DataSchemaErrorTask(DataSchemaErrorTask) | Initializes a new instance of the DataSchemaErrorTask class, given an existing instance. | |
DataSchemaErrorTask(String, TaskErrorCategory) | Initializes a new instance of the DataSchemaErrorTask class, given the task text and the error category. | |
DataSchemaErrorTask(String, String, Int32) | Initializes a new instance of the DataSchemaErrorTask class. | |
DataSchemaErrorTask(String, TaskCategory, TaskErrorCategory, TaskPriority) | Initializes a new instance of the DataSchemaErrorTask class. | |
DataSchemaErrorTask(String, String, Int32, IVsHierarchy, TaskCategory, TaskErrorCategory, TaskPriority) | Initializes a new instance of the DataSchemaErrorTask class. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace