ListView.ExtractItemValues(IOrderedDictionary, ListViewItem, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した項目で宣言されている各フィールドの値を取得し、指定した IOrderedDictionary オブジェクトに格納します。
public:
virtual void ExtractItemValues(System::Collections::Specialized::IOrderedDictionary ^ itemValues, System::Web::UI::WebControls::ListViewItem ^ item, bool includePrimaryKey);
public virtual void ExtractItemValues (System.Collections.Specialized.IOrderedDictionary itemValues, System.Web.UI.WebControls.ListViewItem item, bool includePrimaryKey);
abstract member ExtractItemValues : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.WebControls.ListViewItem * bool -> unit
override this.ExtractItemValues : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.WebControls.ListViewItem * bool -> unit
Public Overridable Sub ExtractItemValues (itemValues As IOrderedDictionary, item As ListViewItem, includePrimaryKey As Boolean)
パラメーター
- itemValues
- IOrderedDictionary
フィールド値を格納するために使用するディクショナリ オブジェクト。
- item
- ListViewItem
フィールド値を取得する ListViewItem オブジェクト。
- includePrimaryKey
- Boolean
1 つ以上の主キー フィールドを含める場合は true
。それ以外の場合は false
。
例外
itemValues
が null
です。
item
は ListViewDataItem オブジェクトではありません。
注釈
メソッドはExtractItemValues、 でitem
宣言されている各フィールドの値をListView取得するために コントロールによって呼び出されるヘルパー メソッドです。 パラメーターを使用 includePrimaryKey
して、抽出された値にキー フィールドを含めるかどうかを指定できます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET