IVsDataObjectSelector.GetOrdering(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, 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.