ValidationTaskProvider Class
This API is not CLS-compliant.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Shell.TaskProvider
Microsoft.VisualStudio.Shell.ErrorListProvider
Microsoft.VisualStudio.Modeling.Shell.ValidationTaskProvider
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ValidationTaskProvider _
Inherits ErrorListProvider
[CLSCompliantAttribute(false)]
public class ValidationTaskProvider : ErrorListProvider
[CLSCompliantAttribute(false)]
public ref class ValidationTaskProvider : public ErrorListProvider
[<CLSCompliantAttribute(false)>]
type ValidationTaskProvider =
class
inherit ErrorListProvider
end
public class ValidationTaskProvider extends ErrorListProvider
The ValidationTaskProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationTaskProvider | constructor |
Top
Properties
Name | Description | |
---|---|---|
AlwaysVisible | (Inherited from TaskProvider.) | |
DisableAutoRoute | (Inherited from TaskProvider.) | |
ImageList | (Inherited from TaskProvider.) | |
MaintainInitialTaskOrder | (Inherited from TaskProvider.) | |
ProviderGuid | (Inherited from TaskProvider.) | |
ProviderName | (Inherited from TaskProvider.) | |
Subcategories | (Inherited from TaskProvider.) | |
Tasks | (Inherited from TaskProvider.) | |
ToolbarGroup | (Inherited from TaskProvider.) | |
ToolbarId | (Inherited from TaskProvider.) | |
VsTaskList | (Inherited from ErrorListProvider.) |
Top
Methods
Name | Description | |
---|---|---|
BringToFront | (Inherited from ErrorListProvider.) | |
Dispose() | (Inherited from TaskProvider.) | |
Dispose(Boolean) | (Inherited from ErrorListProvider.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Inherited from ErrorListProvider.) | |
ForceShowErrors | (Inherited from ErrorListProvider.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService | (Inherited from TaskProvider.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Navigate | (Inherited from TaskProvider.) | |
Refresh | (Inherited from TaskProvider.) | |
ResumeRefresh | (Inherited from TaskProvider.) | |
Show | (Inherited from ErrorListProvider.) | |
ShowValidationErrors | Ensure Build Errors List is visible and listing validation errors. | |
SuspendRefresh | (Inherited from TaskProvider.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.