VsValidationController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VS model validation controller.
public ref class VsValidationController : Microsoft::VisualStudio::Modeling::Validation::ValidationController
public class VsValidationController : Microsoft.VisualStudio.Modeling.Validation.ValidationController
type VsValidationController = class
inherit ValidationController
Public Class VsValidationController
Inherits ValidationController
- Inheritance
Constructors
VsValidationController(IServiceProvider, Type) |
Constructor. |
VsValidationController(IServiceProvider) |
Constructor. |
Properties
ErrorMessages |
gets a copy of all the active error and fatal messages. (Inherited from ValidationController) |
FatalMessages |
gets a copy of all the active fatal messages. (Inherited from ValidationController) |
IncludeLinkedExtensionElements |
Indicates whether ExtensionElements linked to the ModelElements being validated should also be validated. (Inherited from ValidationController) |
InformationalMessages |
gets a copy of all the active informational messages. (Inherited from ValidationController) |
ServiceProvider |
Returns the service provider. |
ValidationExtensionRegistrar |
Property for ValidationExtension Registrar (Inherited from ValidationController) |
ValidationMessages |
gets a copy of all the active error/warning/message messages. (Inherited from ValidationController) |
WarningMessages |
gets a copy of all the active warning messages. (Inherited from ValidationController) |