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


DataSchemaModel.GetCustomData - метод (String, String)

Получает список настраиваемых данных, используя указанные категорию и имя типа.

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

Синтаксис

'Декларация
Public Function GetCustomData ( _
    category As String, _
    type As String _
) As IList(Of CustomSchemaData)
public IList<CustomSchemaData> GetCustomData(
    string category,
    string type
)
public:
IList<CustomSchemaData^>^ GetCustomData(
    String^ category, 
    String^ type
)
member GetCustomData : 
        category:string * 
        type:string -> IList<CustomSchemaData> 
public function GetCustomData(
    category : String, 
    type : String
) : IList<CustomSchemaData>

Параметры

  • category
    Тип: System.String
    Значение типа string, содержащее категорию.
  • type
    Тип: System.String
    Значение типа string, содержащее имя типа.

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

Тип: System.Collections.Generic.IList<CustomSchemaData>
Объект IList<T> типа CustomSchemaData.

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

См. также

Ссылки

DataSchemaModel Класс

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

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

CustomSchemaData