ValidationContext::ValidationSubjects Property
Visual Studio 2015
Gets the list of model elements to validate.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ModelElement^>^ ValidationSubjects { ReadOnlyCollection<ModelElement^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ModelElement^>^Returns a read-only collection of model elements.
This collection contains all the model elements that can have validation methods applied to them.
Show: