Compartilhar via


ModelingDocData.GetAllElementsForValidation Method

Definition

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.

Applies to