IVsDataObjectStore.GetExpensiveProperties(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定类型的开销较高的属性。
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
要获取其属性的数据源特定类型的名称。
返回
表示指定类型的开销较高属性的字符串列表。
例外
typeName 参数为 null。