Share via


IPriorityQueue<TValue,TCont>.top_item 屬性

定義

存取容器最高優先順序的項目。

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

屬性值

TValue

受控制序列的最上層 (最高優先順序) 項目,必須為非空白。

備註

如需詳細資訊,請參閱 priority_queue::top_item (STL/CLR)

適用於