ModelStore.GetElements Method (ModelElementValidationStatus)

Returns a list of the elements in the store that has the given validation status.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetElements ( _
    status As ModelElementValidationStatus _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
    ModelElementValidationStatus status
)
public:
IList<IModelElement^>^ GetElements(
    ModelElementValidationStatus status
)
member GetElements : 
        status:ModelElementValidationStatus -> IList<IModelElement> 
public function GetElements(
    status : ModelElementValidationStatus
) : IList<IModelElement>

Parameters

Return Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

ModelStore Class

GetElements Overload

Microsoft.Data.Schema.SchemaModel Namespace