IVsDataObjectStore.GetDefaultOrdering(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.
Returns the default ordering that is used to sort the data source objects selected from the object store.
public:
System::String ^ GetDefaultOrdering(System::String ^ typeName);
public string GetDefaultOrdering (string typeName);
abstract member GetDefaultOrdering : string -> string
Public Function GetDefaultOrdering (typeName As String) As String
Parameters
- typeName
- String
The name of the data source–specific type to get the default ordering for.
Returns
A string of comma-delimited values representing the data objects that specify the sort order.
Exceptions
The typeName
parameter is null.