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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。