ValidationTaskProvider Class

This API is not CLS-compliant. 

Inheritance Hierarchy

System.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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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
Public method ValidationTaskProvider constructor

Top

Properties

  Name Description
Public property AlwaysVisible (Inherited from TaskProvider.)
Public property DisableAutoRoute (Inherited from TaskProvider.)
Public property ImageList (Inherited from TaskProvider.)
Public property MaintainInitialTaskOrder (Inherited from TaskProvider.)
Public property ProviderGuid (Inherited from TaskProvider.)
Public property ProviderName (Inherited from TaskProvider.)
Public property Subcategories (Inherited from TaskProvider.)
Public property Tasks (Inherited from TaskProvider.)
Public property ToolbarGroup (Inherited from TaskProvider.)
Public property ToolbarId (Inherited from TaskProvider.)
Protected property VsTaskList (Inherited from ErrorListProvider.)

Top

Methods

  Name Description
Public method BringToFront (Inherited from ErrorListProvider.)
Public method Dispose() (Inherited from TaskProvider.)
Protected method Dispose(Boolean) (Inherited from ErrorListProvider.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize (Inherited from ErrorListProvider.)
Public method ForceShowErrors (Inherited from ErrorListProvider.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetService (Inherited from TaskProvider.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Navigate (Inherited from TaskProvider.)
Public method Refresh (Inherited from TaskProvider.)
Public method ResumeRefresh (Inherited from TaskProvider.)
Public method Show (Inherited from ErrorListProvider.)
Public method ShowValidationErrors Ensure Build Errors List is visible and listing validation errors.
Public method SuspendRefresh (Inherited from TaskProvider.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsTaskProvider.EnumTaskItems (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.EnumTaskItems (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumn (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumnCount (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderFlags (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderGuid (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderName (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderToolbar (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.GetSurrogateProviderGuid (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.ImageList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.ImageList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.MaintainInitialTaskOrder (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.OnBeginTaskEdit (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider3.OnEndTaskEdit (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.OnTaskListFinalRelease (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.OnTaskListFinalRelease (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.ReRegistrationKey (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.ReRegistrationKey (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider.SubcategoryList (Inherited from TaskProvider.)
Explicit interface implemetationPrivate method IVsTaskProvider2.SubcategoryList (Inherited from TaskProvider.)

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.

See Also

Reference

Microsoft.VisualStudio.Modeling.Shell Namespace