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
기본 키 필드를 포함하려면 true
이고, 그렇지 않으면 false
입니다.
예외
itemValues
이(가) null
인 경우
item
이 ListViewDataItem 개체가 아닙니다.
설명
ExtractItemValues 메서드는 에서 선언된 각 필드의 값을 검색하기 위해 컨트롤에서 item
호출 ListView 하는 도우미 메서드입니다. 매개 변수를 사용하여 includePrimaryKey
추출된 값에 키 필드가 포함되는지 여부를 지정할 수 있습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET