Xml.FindControl(String) 메서드

정의

페이지 명명 컨테이너에서 지정된 서버 컨트롤을 검색합니다.

public:
 override System::Web::UI::Control ^ FindControl(System::String ^ id);
public override System.Web.UI.Control FindControl(string id);
override this.FindControl : string -> System.Web.UI.Control
Public Overrides Function FindControl (id As String) As Control

매개 변수

id
String

찾을 컨트롤의 식별자입니다.

반품

지정된 컨트롤입니다. 지정한 컨트롤이 없으면 이고, null 그렇지 않으면

적용 대상

추가 정보