TaskValidationMessage Members
Include Protected Members
Include Inherited Members
The TaskValidationMessage type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Checks to see whether the validation message is equal to another object. (Inherited from ValidationMessage.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets an identifier for a ValidationMessage. (Inherited from ValidationMessage.)
Gets the type of the current instance. (Inherited from Object.)
Overloaded.
Creates a shallow copy of the current Object. (Inherited from Object.)
Identifies the validation message. (Inherited from ValidationMessage.)
Overloaded. Contains the names of files to update.
Updates the referenced model elements. (Inherited from ValidationMessage.)
Top
Properties
Name
Description
Gets the code for the message. (Inherited from ValidationMessage.)
Gets the column in a line of text where the error occurs. (Inherited from ValidationMessage.)
Gets the context information for a validation message. (Inherited from ValidationMessage.)
Gets the description for a validation message. (Inherited from ValidationMessage.)
(Overrides ValidationMessage.File.)
Gets or sets the keyword to search for in the Help for Visual Studio. (Inherited from ValidationMessage.)
Gets the line number in the file to which the error or the warning refers. (Inherited from ValidationMessage.)
Gets the names of files to which the ValidationMessage refers. (Inherited from ValidationMessage.)
Gets the model elements that are referenced by this message. (Inherited from ValidationMessage.)
Gets the type of validation message. (Inherited from ValidationMessage.)
Top