DataSchemaModel.GetCustomData Method (String)
Gets a list of custom data by using the provided category.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetCustomData ( _
category As String _
) As IList(Of CustomSchemaData)
public IList<CustomSchemaData> GetCustomData(
string category
)
public:
IList<CustomSchemaData^>^ GetCustomData(
String^ category
)
member GetCustomData :
category:string -> IList<CustomSchemaData>
public function GetCustomData(
category : String
) : IList<CustomSchemaData>
Parameters
- category
Type: System.String
The category to use when you select the items in the list.
Return Value
Type: System.Collections.Generic.IList<CustomSchemaData>
An IList<T> of type CustomSchemaData.
.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.