IVsDataObjectStore.GetExpensiveProperties 方法

检索具有指定类型的开销的属性。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  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>
表示指定类型的字符串列表很大的属性。

异常

异常 条件
ArgumentNullException

typeName 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

IVsDataObjectStore 接口

Microsoft.VisualStudio.Data.Services 命名空间