从对象存储中检索贵的属性列表。
命名空间: Microsoft.VisualStudio.Data.Framework
程序集: Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)
语法
声明
Protected Overridable Function GetExpensiveProperties ( _
typeName As String, _
parameters As Object() _
) As IList(Of String)
protected virtual IList<string> GetExpensiveProperties(
string typeName,
Object[] parameters
)
protected:
virtual IList<String^>^ GetExpensiveProperties(
String^ typeName,
array<Object^>^ parameters
)
abstract GetExpensiveProperties :
typeName:string *
parameters:Object[] -> IList<string>
override GetExpensiveProperties :
typeName:string *
parameters:Object[] -> IList<string>
protected function GetExpensiveProperties(
typeName : String,
parameters : Object[]
) : IList<String>
参数
typeName
类型:String数据源特定类型的名称检索贵的属性。
parameters
类型:array<Object[]包含指定类型的数组参数。
返回值
类型:IList<String>
使用大的属性中指定的类型的。
异常
异常 | 条件 |
---|---|
ArgumentNullException | typeName 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
ArgumentException | 在 parameters 的一个或多个值无效。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。