ModelStore.GetElements Method (ModelElementResolutionStatus)
Returns a list of the elements in the store that has the given resolution status.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetElements ( _
status As ModelElementResolutionStatus _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
ModelElementResolutionStatus status
)
public:
IList<IModelElement^>^ GetElements(
ModelElementResolutionStatus status
)
member GetElements :
status:ModelElementResolutionStatus -> IList<IModelElement>
public function GetElements(
status : ModelElementResolutionStatus
) : IList<IModelElement>
Parameters
- status
Type: Microsoft.Data.Schema.SchemaModel.ModelElementResolutionStatus
Specifies the resolution status.
Return Value
Type: System.Collections.Generic.IList<IModelElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.