Share via


IPriorityQueue<TValue,TCont>.top_item Properti

Definisi

Mengakses elemen prioritas tertinggi kontainer.

public:
 property TValue top_item { TValue get(); void set(TValue value); };
public TValue top_item { get; set; }
member this.top_item : 'Value with get, set
Public Property top_item As TValue

Nilai Properti

TValue

Elemen teratas (prioritas tertinggi) dari urutan terkontrol, yang harus tidak kosong.

Keterangan

Untuk informasi selengkapnya, lihat priority_queue::top_item (STL/CLR).

Berlaku untuk