OrderByCollection.Item[Int32] Propiedad

Definición

Obtiene la definición de propiedad en el índice especificado de la colección.

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

El índice de la definición de propiedad para devolver.

Valor de propiedad

KeyValuePair<PropertyDefinitionBase,SortDirection>

La propiedad definición y el orden en el índice especificado de la colección.

Se aplica a