IPriorityQueue<TValue,TCont>.top_item 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
存取容器最高優先順序的項目。
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) 。