ValidationTask Class

 

Validation task.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  Microsoft.VisualStudio.Shell::Task
    Microsoft.VisualStudio.Shell::ErrorTask
      Microsoft.VisualStudio.Modeling.Shell::ValidationTask

[CLSCompliantAttribute(false)]
public ref class ValidationTask : ErrorTask

NameDescription
System_CAPS_pubpropertyCanDelete

(Inherited from Task.)

System_CAPS_pubpropertyCategory

(Inherited from Task.)

System_CAPS_pubpropertyChecked

(Inherited from Task.)

System_CAPS_pubpropertyColumn

(Inherited from Task.)

System_CAPS_pubpropertyDocument

(Inherited from Task.)

System_CAPS_pubpropertyErrorCategory

(Inherited from ErrorTask.)

System_CAPS_pubpropertyHelpKeyword

(Inherited from Task.)

System_CAPS_pubpropertyHierarchyItem

(Inherited from ErrorTask.)

System_CAPS_pubpropertyImageIndex

(Inherited from Task.)

System_CAPS_pubpropertyIsCheckedEditable

(Inherited from Task.)

System_CAPS_pubpropertyIsPriorityEditable

(Inherited from Task.)

System_CAPS_pubpropertyIsTextEditable

(Inherited from Task.)

System_CAPS_pubpropertyLine

(Inherited from Task.)

System_CAPS_pubpropertyMessage

Associated validation message.

System_CAPS_pubpropertyPriority

(Inherited from Task.)

System_CAPS_pubpropertySubcategoryIndex

(Inherited from Task.)

System_CAPS_pubpropertyText

(Inherited from Task.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUserContext(IVsUserContext^)

(Inherited from Task.)

System_CAPS_pubmethodIsMatch(ValidationTask^)

Gets whether this task has same message as another one.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnDeleted(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnHelp(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnNavigate(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnRemoved(EventArgs^)

(Inherited from Task.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDeleted

(Inherited from Task.)

System_CAPS_pubeventHelp

(Inherited from Task.)

System_CAPS_pubeventNavigate

(Inherited from Task.)

System_CAPS_pubeventRemoved

(Inherited from Task.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: