IVsDataObjectStore.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.
Retrieves the expensive properties of the specified type.
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 name of the data source–specific type to get properties for.
Returns
A list of strings representing the expensive properties for the specified type.
Exceptions
The typeName
parameter is null.