ValidationContext Constructor (array<String^>^, IEnumerable<ModelElement^>^)
Visual Studio 2015
Ctor
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: ValidationContext( array<String^>^ customCategories, IEnumerable<ModelElement^>^ subjects )
Parameters
- customCategories
-
Type:
array<System::String^>^
A list of custom specified string. This allows the validation method with the given string to be validated.
- subjects
-
Type:
System.Collections.Generic::IEnumerable<ModelElement^>^
object to be validated
Show: