Поделиться через


OrderByCollection.Item[Int32] Свойство

Определение

Возвращает определение свойства по указанному индексу в коллекции.

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)

Параметры

index
Int32

Индекс возвращаемого определения свойства.

Значение свойства

Определение свойства и порядок сортировки по указанному индексу в коллекции.

Применяется к