ValidationContext::ValidationSubjects Property

 

Gets the list of model elements to validate.

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

Return to top
Show: