IVsDataObjectSelector.GetExpensiveProperties(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, retrieves a list of expensive properties from the object store.
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)
Parameters
- typeName
- String
The data source–specific type name for which to retrieve expensive properties.
Returns
A list of expensive properties for the specified type.