Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validation task.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Task
Microsoft.VisualStudio.Shell.ErrorTask
Microsoft.VisualStudio.Modeling.Shell.ValidationTask
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ValidationTask _
Inherits ErrorTask
[CLSCompliantAttribute(false)]
public class ValidationTask : ErrorTask
[CLSCompliantAttribute(false)]
public ref class ValidationTask : public ErrorTask
[<CLSCompliantAttribute(false)>]
type ValidationTask =
class
inherit ErrorTask
end
public class ValidationTask extends ErrorTask
The ValidationTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ValidationTask | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CanDelete | (Inherited from Task.) |
![]() |
Category | (Inherited from Task.) |
![]() |
Checked | (Inherited from Task.) |
![]() |
Column | (Inherited from Task.) |
![]() |
Document | (Inherited from Task.) |
![]() |
ErrorCategory | (Inherited from ErrorTask.) |
![]() |
HelpKeyword | (Inherited from Task.) |
![]() |
HierarchyItem | (Inherited from ErrorTask.) |
![]() |
ImageIndex | (Inherited from Task.) |
![]() |
IsCheckedEditable | (Inherited from Task.) |
![]() |
IsPriorityEditable | (Inherited from Task.) |
![]() |
IsTextEditable | (Inherited from Task.) |
![]() |
Line | (Inherited from Task.) |
![]() |
Message | Associated validation message. |
![]() |
Priority | (Inherited from Task.) |
![]() |
SubcategoryIndex | (Inherited from Task.) |
![]() |
Text | (Inherited from Task.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserContext | (Inherited from Task.) |
![]() |
IsMatch | Gets whether this task has same message as another one. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnDeleted | (Inherited from Task.) |
![]() |
OnHelp | (Inherited from Task.) |
![]() |
OnNavigate | (Inherited from Task.) |
![]() |
OnRemoved | (Inherited from Task.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Deleted | (Inherited from Task.) |
![]() |
Help | (Inherited from Task.) |
![]() |
Navigate | (Inherited from Task.) |
![]() |
Removed | (Inherited from Task.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IVsTaskItem.CanDelete | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Category | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Column | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Document | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Checked | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Priority | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Text | (Inherited from Task.) |
![]() ![]() |
IVsErrorItem.GetCategory | (Inherited from ErrorTask.) |
![]() ![]() |
IVsErrorItem.GetHierarchy | (Inherited from ErrorTask.) |
![]() ![]() |
IVsTaskItem.HasHelp | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.ImageListIndex | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.IsReadOnly | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Line | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.NavigateTo | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.NavigateToHelp | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.OnDeleteTask | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.OnFilterTask | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Checked | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Priority | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Text | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.SubcategoryIndex | (Inherited from Task.) |
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.