DataObjectSelector.GetExpensiveProperties 方法 (String)

从对象存储中检索贵的属性列表。

命名空间:  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 安全性

请参见

参考

DataObjectSelector 类

GetExpensiveProperties 重载

Microsoft.VisualStudio.Data.Framework 命名空间