System::Collections::Generic::_ValueList クラス
_ValueList class
dictionary の値のリストを実装します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使ってインスタンスを作成しないでください。そうしないと実行時エラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡すようにしてください。
template<typename Dict>class _ValueList : public System::Collections::Generic::_ValueCollection<Dict>
| パラメーター | 説明 |
|---|---|
| Dict | Dictionary 型。 |
メソッド
| メソッド | 説明 |
|---|---|
| _ValueList(const typename Dict::Ptr&) | 指定された辞書を参照するコレクションを初期化します。 |
| virtual idx_get(int) const | 指定された位置の値を取得します。 |
Typedefs
| 型定義 | 説明 |
|---|---|
| TValue | 値型です。 |
参照
- Class _ValueCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++