从对象存储中检索贵的属性列表。
命名空间: Microsoft.VisualStudio.Data.Framework
程序集: Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)
语法
声明
Public Function GetExpensiveProperties ( _
typeName As String _
) As IList(Of String)
public IList<string> GetExpensiveProperties(
string typeName
)
public:
virtual IList<String^>^ GetExpensiveProperties(
String^ typeName
) sealed
abstract GetExpensiveProperties :
typeName:string -> IList<string>
override GetExpensiveProperties :
typeName:string -> IList<string>
public final function GetExpensiveProperties(
typeName : String
) : IList<String>
参数
- typeName
类型:System.String
数据源特定类型的名称检索贵的属性。
返回值
类型:System.Collections.Generic.IList<String>
使用大的属性中指定的类型的。
实现
IVsDataObjectSelector.GetExpensiveProperties(String)
备注
此方法将调用委托给 GetExpensiveProperties 方法并将第二个参数的 nullnull 引用(在 Visual Basic 中为 Nothing)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。