Compartilhar via


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

    Um inteiro de 32 bits que especifica a posição do índice da estrutura especificado Sort .

Property value

Type: Microsoft.Office.Server.Search.Query.Sort

Ver também

Referência

SortCollection class

SortCollection members

Microsoft.Office.Server.Search.Query namespace