CompiledBindableTemplateBuilder.ExtractValues(Control) 메서드

정의

템플릿 기반 콘텐츠 내에서 양방향 ASP.NET 데이터 바인딩 구문을 사용하여 바인딩된 값에 대한 이름/값 쌍 집합을 검색합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual System::Collections::Specialized::IOrderedDictionary ^ ExtractValues(System::Web::UI::Control ^ container);
public System.Collections.Specialized.IOrderedDictionary ExtractValues(System.Web.UI.Control container);
abstract member ExtractValues : System.Web.UI.Control -> System.Collections.Specialized.IOrderedDictionary
override this.ExtractValues : System.Web.UI.Control -> System.Collections.Specialized.IOrderedDictionary
Public Function ExtractValues (container As Control) As IOrderedDictionary

매개 변수

container
Control

Control 양방향 데이터 바인딩 시나리오에서 데이터 바인딩된 컨트롤에서 연결된 데이터 원본 컨트롤에 전달되는 이름/값 쌍을 추출할 대상입니다.

반품

IOrderedDictionary 이름/값 쌍의 값입니다. 이름은 템플릿 콘텐츠 내에서 바인딩할 첫 번째 매개 변수로 지정된 데이터 항목 필드의 이름을 나타냅니다. 이 값은 양방향 ASP.NET 데이터 바인딩 구문을 사용하여 바인딩된 속성 값의 현재 값입니다.

구현

설명

메서드 ExtractValuesCompiledBindableTemplateBuilder 클래스의 메서드 구현입니다 IBindableTemplate.ExtractValues(Control) .

적용 대상

추가 정보