DataSchemaModel.GetCustomData – metoda (String, String)
Získá seznam vlastních dat pomocí zadané jméno kategorie a typu.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Parametry
- category
Typ: System.String
A string , která obsahuje kategorie.
- type
Typ: System.String
A string , která obsahuje název typu.
Vrácená hodnota
Typ: System.Collections.Generic.IList<CustomSchemaData>
An IList<T> of type CustomSchemaData.
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.