UpdatePanelControlTrigger.FindTargetControl(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ControlID 속성에 지정된 컨트롤을 찾습니다.
protected:
System::Web::UI::Control ^ FindTargetControl(bool searchNamingContainers);
protected System.Web.UI.Control FindTargetControl (bool searchNamingContainers);
member this.FindTargetControl : bool -> System.Web.UI.Control
Protected Function FindTargetControl (searchNamingContainers As Boolean) As Control
매개 변수
- searchNamingContainers
- Boolean
현재 UpdatePanel 컨트롤이 들어 있는 명명 컨테이너에서 컨트롤을 재귀적으로 찾을지 여부를 나타내는 부울 값입니다.
반환
ID가 ControlID 속성과 일치하는 컨트롤입니다.
예외
ControlID의 UpdatePanelControlTrigger 속성이 null
이거나 비어 있는 경우
또는 지정된 ControlID의 컨트롤을 찾을 수 없는 경우