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>
型別為 CustomSchemaData 的 IList<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。