다음을 통해 공유


MobileControlsSectionHandler.IConfigurationSectionHandler.Create 메서드

정의

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

 virtual System::Object ^ System.Configuration.IConfigurationSectionHandler.Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ input) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create (object parent, object context, System.Xml.XmlNode input);
abstract member System.Configuration.IConfigurationSectionHandler.Create : obj * obj * System.Xml.XmlNode -> obj
override this.System.Configuration.IConfigurationSectionHandler.Create : obj * obj * System.Xml.XmlNode -> obj
Function Create (parent As Object, context As Object, input As XmlNode) As Object Implements IConfigurationSectionHandler.Create

매개 변수

parent
Object

부모 개체입니다.

context
Object

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

input
XmlNode

섹션 XML 노드입니다.

반환

MobileControlsSectionHandler 개체입니다.

구현

설명

이 메서드는 명시적 인터페이스 멤버 구현 합니다. MobileControlsSectionHandler 인스턴스가 IConfigurationSectionHandler 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상