다음을 통해 공유


MobileControlsSectionHandler.Create(Object, Object, XmlNode) 메서드

정의

이 개체의 새 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 System::Object ^ Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ input);
protected object Create (object parent, object context, System.Xml.XmlNode input);
member this.Create : obj * obj * System.Xml.XmlNode -> obj
Protected Function Create (parent As Object, context As Object, input As XmlNode) As Object

매개 변수

parent
Object

부모 개체입니다.

context
Object

구성 컨텍스트 개체입니다.

input
XmlNode

섹션 XML 노드입니다.

반환

이 개체의 만들어진 인스턴스입니다.

적용 대상

추가 정보