共用方式為


MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create 方法

定義

建立包含於 XmlNode (由 node 參數指定) 的裝置篩選條件資訊字典。 如果 parent 屬性參考的物件不是 null,則字典項目會被附加至父字典。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

 virtual System::Object ^ System.Configuration.IConfigurationSectionHandler.Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ node) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create (object parent, object context, System.Xml.XmlNode node);
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, node As XmlNode) As Object Implements IConfigurationSectionHandler.Create

參數

parent
Object

組態檔中的父節點;如果正在建立父節點,則為 null (在 Visual Basic 中為 Nothing)。

context
Object

HttpConfigurationContext 物件。

node
XmlNode

要建立的節點。

傳回

包含於指定之 node 中的裝置篩選條件資訊字典。

實作

適用於