Compartilhar via


OrderByCollection.Item[Int32] Propriedade

Definição

Obtém a definição de propriedade no índice especificado na coleção.

public:
 property System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection> default[int] { System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection> get(int index); };
public System.Collections.Generic.KeyValuePair<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase,Microsoft.Exchange.WebServices.Data.SortDirection> this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As KeyValuePair(Of PropertyDefinitionBase, SortDirection)

Parâmetros

index
Int32

O índice da definição de propriedade a ser retornada.

Valor da propriedade

A definição de propriedade e a ordem de classificação no índice especificado na coleção.

Aplica-se a