Share via


IVsDataObjectStore.GetExpensiveProperties(String) Method

Definition

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.

Applies to