IVsDataObjectSelector.GetOrdering(String) Method

Definition

When implemented by a class, returns the ordering for the specified type as a string of comma-delimited data object names, which specifies the sort order of the data objects returned when selecting objects.

public:
 System::String ^ GetOrdering(System::String ^ typeName);
public string GetOrdering (string typeName);
abstract member GetOrdering : string -> string
Public Function GetOrdering (typeName As String) As String

Parameters

typeName
String

The data source–specific type name.

Returns

A string of comma-delimited data object names, which specifies the sort order of the data objects returned when selecting objects for the specified type.

Applies to