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

'宣言
Function GetOrdering ( _
    typeName As String _
) As String
'使用
Dim instance As IVsDataObjectSelector
Dim typeName As String
Dim returnValue As String

returnValue = instance.GetOrdering(typeName)
string GetOrdering(
    string typeName
)
String^ GetOrdering(
    String^ typeName
)
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.

Permissions

See Also

Reference

IVsDataObjectSelector Interface

IVsDataObjectSelector Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace