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.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.
Permissions
- 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