IVsDataObjectSelector.GetExpensiveProperties 方法

当实现由选件类,从对象存储中检索贵的属性列表。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Function GetExpensiveProperties ( _
    typeName As String _
) As IList(Of String)
IList<string> GetExpensiveProperties(
    string typeName
)
IList<String^>^ GetExpensiveProperties(
    String^ typeName
)
abstract GetExpensiveProperties : 
        typeName:string -> IList<string> 
function GetExpensiveProperties(
    typeName : String
) : IList<String>

参数

  • typeName
    类型:System.String
    数据源特定类型的名称检索贵的属性。

返回值

类型:System.Collections.Generic.IList<String>
使用大的属性中指定的类型的。

.NET Framework 安全性

请参见

参考

IVsDataObjectSelector 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间