共用方式為


MobileDeviceCapabilitiesSectionHandler.Create(Object, Object, XmlNode) 方法

定義

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

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

參數

parent
Object

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

context
Object

HttpConfigurationContext 物件。

node
XmlNode

要建立的節點。

傳回

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

例外狀況

必要的屬性 (Attribute) 不存在或是空的,或者 type 屬性 (Attribute) 參考到不存在的 Type

適用於

另請參閱