共用方式為


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

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

傳回值

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

實作

IVsDataObjectSelector.GetExpensiveProperties(String)

備註

這個方法會將這個呼叫委派給 GetExpensiveProperties 方法並將第二個參數的 nullnull 參考 (即 Visual Basic 中的 Nothing) 。

.NET Framework 安全性

請參閱

參考

DataObjectSelector 類別

GetExpensiveProperties 多載

Microsoft.VisualStudio.Data.Framework 命名空間