SortCollection.Item property
Obtém a estrutura especificada Sort da coleção.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As Sort
Get
'Uso
Dim instance As SortCollection
Dim index As Integer
Dim value As Sort
value = instance(index)
public Sort this[
int index
] { get; }
Parâmetros
index
Type: System.Int32Um inteiro de 32 bits que especifica a posição do índice da estrutura especificado Sort .
Property value
Type: Microsoft.Office.Server.Search.Query.Sort