共用方式為


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
    類型:String

    特定資料來源的型別名稱來擷取高度耗費資源的屬性。

傳回值

類型:IList<String>
指定型別的高度耗費資源的屬性清單。

.NET Framework 安全性

請參閱

參考

IVsDataObjectSelector 介面

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