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.StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataObjectSelector Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace