IVsDataObjectStore.GetExpensiveProperties(String) 方法

定义

检索指定类型的开销较高的属性。

public:
 System::Collections::Generic::IList<System::String ^> ^ GetExpensiveProperties(System::String ^ typeName);
public System.Collections.Generic.IList<string> GetExpensiveProperties (string typeName);
abstract member GetExpensiveProperties : string -> System.Collections.Generic.IList<string>
Public Function GetExpensiveProperties (typeName As String) As IList(Of String)

参数

typeName
String

要获取其属性的数据源特定类型的名称。

返回

IList<String>

表示指定类型的开销较高属性的字符串列表。

例外

typeName 参数为 null。

适用于