通过


MobileControlsSectionHandler.IConfigurationSectionHandler.Create 方法

定义

创建此对象的新实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

 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,才能使用它。

适用于