ModelingDocData.GetAllElementsForValidation Method
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.
Get all elements for validation. The base implementation returns all elements in the store of this DocData.
public:
virtual System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ GetAllElementsForValidation();
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.ModelElement> GetAllElementsForValidation ();
abstract member GetAllElementsForValidation : unit -> seq<Microsoft.VisualStudio.Modeling.ModelElement>
override this.GetAllElementsForValidation : unit -> seq<Microsoft.VisualStudio.Modeling.ModelElement>
Public Overridable Function GetAllElementsForValidation () As IEnumerable(Of ModelElement)
Returns
All elements for validation, empty collection if none exists.