ValidationContext Constructor (array<String^>^, IEnumerable<ModelElement^>^)

 

Ctor

Namespace:   Microsoft.VisualStudio.Modeling.Validation
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

Return to top
Show: