Partager via


OrderByCollection.Item[Int32] Propriété

Définition

Obtient la définition de propriété à l’index spécifié dans la collection.

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)

Paramètres

index
Int32

Index de la définition de propriété à retourner.

Valeur de propriété

Définition de propriété et ordre de tri à l’index spécifié dans la collection.

S’applique à