Поделиться через


ModelStore.GetElements - метод (ModelElementResolutionStatus, Int32)

Возвращает список элементов, определяемых счетчиком с указанным состоянием разрешения.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Public Function GetElements ( _
    status As ModelElementResolutionStatus, _
    count As Integer _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
    ModelElementResolutionStatus status,
    int count
)
public:
IList<IModelElement^>^ GetElements(
    ModelElementResolutionStatus status, 
    int count
)
member GetElements : 
        status:ModelElementResolutionStatus * 
        count:int -> IList<IModelElement> 
public function GetElements(
    status : ModelElementResolutionStatus, 
    count : int
) : IList<IModelElement>

Параметры

  • count
    Тип: System.Int32
    Количество запрашиваемых элементов.

Возвращаемое значение

Тип: System.Collections.Generic.IList<IModelElement>
Список элементов.

Безопасность платформы .NET Framework

См. также

Ссылки

ModelStore Класс

GetElements - перегрузка

Microsoft.Data.Schema.SchemaModel - пространство имен