ModelStore.GetElements – metoda (ModelElementValidationStatus, Int32)
Vrátí seznam prvků, které závisí na počtu má stav ověření daného.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Function GetElements ( _
status As ModelElementValidationStatus, _
count As Integer _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
ModelElementValidationStatus status,
int count
)
public:
IList<IModelElement^>^ GetElements(
ModelElementValidationStatus status,
int count
)
member GetElements :
status:ModelElementValidationStatus *
count:int -> IList<IModelElement>
public function GetElements(
status : ModelElementValidationStatus,
count : int
) : IList<IModelElement>
Parametry
- status
Typ: Microsoft.Data.Schema.SchemaModel.ModelElementValidationStatus
Určuje stav.
- count
Typ: System.Int32
Počet prvků, které jsou požádáni.
Vrácená hodnota
Typ: System.Collections.Generic.IList<IModelElement>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.