MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立包含於 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
- node
- XmlNode
要建立的節點。
傳回
包含於指定之 node
中的裝置篩選條件資訊字典。