RenderMethod 대리자

정의

해당하는 Control 컨테이너를 지정된 HtmlTextWriter로 렌더링하는 메서드를 나타냅니다.

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

public delegate void RenderMethod(HtmlTextWriter ^ output, Control ^ container);
public delegate void RenderMethod(HtmlTextWriter output, Control container);
type RenderMethod = delegate of HtmlTextWriter * Control -> unit
Public Delegate Sub RenderMethod(output As HtmlTextWriter, container As Control)

매개 변수

output
HtmlTextWriter

내용을 렌더링할 대상인 HtmlTextWriter입니다.

container
Control

렌더링할 Control입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상