Share via


IVsDataObjectSelector.GetOrdering Method

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.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetOrdering ( _
    typeName As String _
) As String
string GetOrdering(
    string typeName
)
String^ GetOrdering(
    String^ typeName
)
abstract GetOrdering : 
        typeName:string -> string
function GetOrdering(
    typeName : String
) : String

Parameters

  • typeName
    Type: System.String

    The data source–specific type name.

Return Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

IVsDataObjectSelector Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace